@nodearch/cli
Version:
nodearch cli
58 lines • 1.34 kB
JSON
{
"name": "@nodearch/cli",
"version": "2.2.7",
"description": "nodearch cli",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"type": "module",
"engines": {
"node": ">=20.10.0"
},
"bin": {
"nodearch": "./start.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nodearch/nodearch.git"
},
"keywords": [
"nodearch",
"nodearch-cli"
],
"author": "https://github.com/AhmedAli7O1",
"license": "MIT",
"bugs": {
"url": "https://github.com/nodearch/nodearch/issues",
"email": "bluemax7o1@gmail.com"
},
"dependencies": {
"@nodearch/core": "^2.2.2",
"@nodearch/command": "^1.1.2",
"@nodearch/blueprints": "^0.1.1",
"typescript": "^5.7.3",
"axios": "^1.7.9",
"nodemon": "3.1.2",
"npm-check-updates": "^17.1.14",
"@swc/core": "^1.10.14",
"@swc-node/register": "1.10.9",
"reflect-metadata": "^0.2.2"
},
"devDependencies": {
"@types/node": "^22.10.10",
"rimraf": "^6.0.1",
"@types/semver-utils": "^1.1.3"
},
"nodearch": {
"disableBootstrapMetrics": true
},
"scripts": {
"build": "rimraf ./dist/ && tsc",
"build:watch": "tsc",
"start": "node ./dist/start.js",
"release": "npm run build && npm publish --tag beta --access public"
}
}