package.json•590 B
{
"name": "@repo/track",
"version": "0.1.0",
"private": true,
"exports": {
".": "./index.ts"
},
"license": "MIT",
"main": "./index.ts",
"type": "module",
"scripts": {
"check-types": "tsc --noEmit",
"lint": "eslint src --max-warnings 0"
},
"peerDependencies": {
"@types/react": "^19",
"react": "^19",
"react-dom": "^19",
"next": "^15"
},
"devDependencies": {
"@repo/eslint-config": "workspace:*",
"@repo/typescript-config": "workspace:*",
"@types/node": "^20.17.31",
"prettier": "^3.5.1",
"typescript": "^5.7.3"
}
}