mirror of
https://github.com/atxp-dev/cli.git
synced 2026-09-14 20:46:39 +08:00
33 lines
831 B
JSON
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"
|
|
}
|
|
}
|