You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

66 lines
1.6 KiB

{
"name": "@noderun/pp",
"version": "0.0.1",
"description": "命令行管理模板项目",
"main": "dist/pp.umd.js",
"module": "dist/pp.esm.js",
"typings": "dist/index.d.ts",
"buildOptions": {
"filename": "pp",
"var": "pp",
"formats": [
"cjs"
]
},
"author": {
"name": "noderun",
"email": "1549469775@qq.com",
"url": "https://xieyaxin.top"
},
"repository": "http://git.xieyaxin.top/topuser/pp",
"engines": {
"node": ">=14.17.5"
},
"bin": {
"pp": "./dist/pp.cjs.js"
},
"scripts": {
"test": "node src/main.js",
"build": "cross-env NODE_ENV=production node scripts/build.js",
"dev": "cross-env NODE_ENV=development node scripts/dev.js"
},
"keywords": [],
"license": "ISC",
"devDependencies": {
"@types/uuid": "^8.3.1",
"@rollup/plugin-alias": "^3.1.1",
"@rollup/plugin-commonjs": "^15.0.0",
"@rollup/plugin-node-resolve": "^13.0.6",
"@rollup/plugin-replace": "^2.3.3",
"@types/ejs": "^3.1.0",
"@types/fs-extra": "^9.0.13",
"@types/ini": "^1.3.31",
"@types/inquirer": "^8.1.3",
"@types/node": "^15.12.5",
"chalk": "^4.1.2",
"cross-env": "^7.0.3",
"dts-bundle": "^0.7.3",
"execa": "^4.0.3",
"fs-extra": "^9.0.1",
"lodash": "^4.17.20",
"rollup": "^2.26.3",
"rollup-plugin-sourcemaps": "^0.6.2",
"rollup-plugin-typescript2": "^0.27.2",
"tslib": "^2.0.1",
"typescript": "^4.4.4",
"ora": "5.4.1",
"inquirer": "^8.2.0"
},
"dependencies": {
"commander": "^8.3.0",
"download-git-repo": "^3.0.2",
"ejs": "^3.1.6",
"ini": "^2.0.0",
"uuid": "^8.3.2"
}
}