Files
atxp-dev__cli/package.json
2026-02-18 22:01:26 +00:00

33 lines
831 B
JSON

{
"name": "@atxp-dev/cli-monorepo",
"version": "1.10.9",
"description": "ATXP CLI tools for creating projects and running demos",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/atxp-dev/cli.git"
},
"type": "module",
"workspaces": [
"packages/*"
],
"scripts": {
"build": "npm run build --workspaces",
"typecheck": "npm run typecheck --workspaces",
"lint": "npm run lint --workspaces",
"lint:fix": "npm run lint:fix --workspaces",
"test": "npm run test --workspaces"
},
"devDependencies": {
"@types/node": "^22.13.0",
"@typescript-eslint/eslint-plugin": "^8.20.0",
"@typescript-eslint/parser": "^8.20.0",
"eslint": "^9.32.0",
"globals": "^16.3.0",
"typescript": "^5.7.3"
},
"engines": {
"node": ">=18.0.0"
}
}