34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"name": "agentops-monorepo-root",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "Root configuration and shared dev dependencies for the AgentOps monorepo",
|
|
"scripts": {
|
|
"lint:js": "npx eslint . --ext .js,.jsx,.ts,.tsx --fix",
|
|
"lint:py": "ruff check . --fix",
|
|
"format:js": "npx prettier --write .",
|
|
"format:py": "ruff format .",
|
|
"lint": "npm run lint:js && npm run lint:py",
|
|
"format": "npm run format:js && npm run format:py",
|
|
"install:py-dev": "pip install -r requirements-dev.txt"
|
|
},
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^7.0.0",
|
|
"@typescript-eslint/parser": "^7.0.0",
|
|
"eslint": "^8.50.0",
|
|
"eslint-config-next": "^14.0.0",
|
|
"eslint-config-prettier": "^9.0.0",
|
|
"eslint-plugin-import": "^2.29.0",
|
|
"eslint-plugin-react": "^7.33.0",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"husky": "^9.0.0",
|
|
"lint-staged": "^15.0.0",
|
|
"prettier": "^3.0.0",
|
|
"prettier-plugin-tailwindcss": "^0.5.0",
|
|
"typescript": "^5.3.0"
|
|
},
|
|
"engines": {
|
|
"node": ">=20"
|
|
},
|
|
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
|
} |