UNPKG

anl

Version:
75 lines (74 loc) 1.88 kB
{ "name": "anl", "version": "1.7.7", "description": "FE command line tool", "main": "bin/an-cli.js", "scripts": { "dev": "rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript -w", "build": "rimraf lib && rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript", "pub": "bash publish.sh", "ts": "tsc ./src/int.ts --noEmit --watch", "blink": "npm run build && npm link", "sync-docs": "node scripts/sync-docs.js" }, "bin": { "anl": "bin/an-cli.js" }, "author": "Gleason <bianliuzhu@gmail.com>", "license": "ISC", "devDependencies": { "@commitlint/cli": "^17.4.3", "@commitlint/config-conventional": "^17.4.3", "@rollup/plugin-commonjs": "^21.0.1", "@rollup/plugin-json": "^4.1.0", "@rollup/plugin-node-resolve": "^13.1.3", "@rollup/plugin-typescript": "^8.3.0", "@types/inquirer": "^9.0.7", "@types/shelljs": "^0.8.11", "@typescript-eslint/eslint-plugin": "^5.52.0", "@typescript-eslint/parser": "^5.52.0", "cross-env": "^7.0.3", "eslint": "^8.7.0", "husky": "^8.0.3", "openapi-types": "^12.1.3", "prettier": "^3.3.2", "rimraf": "^5.0.7", "rollup": "^2.64.0", "rollup-plugin-cleandir": "^2.0.0", "rollup-plugin-copy": "^3.5.0", "rollup-plugin-terser": "^7.0.2", "typescript": "^4.5.4" }, "dependencies": { "app-root-path": "^3.1.0", "cac": "^6.7.12", "chalk": "4.*", "clear-console": "^1.1.0", "commander": "14.0.1", "figures": "^6.1.0", "inquirer": "^10.1.8", "log-symbols": "^5.1.0", "ora": "5.*", "progress-estimator": "^0.3.0", "shelljs": "^0.8.5" }, "keywords": [ "typescript", "cli", "typescript 脚手架", "ts 脚手架", "ts-cli", "脚手架" ], "files": [ "package.json", "README.md", "lib", "template" ], "repository": { "type": "git", "url": "https://github.com/bianliuzhu/an-cli.git" }, "type": "commonjs" }