UNPKG

hs-cover

Version:

```bash npm i hs-cover -g ```

41 lines (40 loc) 899 B
{ "name": "hs-cover", "version": "2.2.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "rollup -c -w", "build": "rollup -c" }, "files": [ "dist", "README.md" ], "keywords": [ "hola", "产品化" ], "bin": { "hscover": "./dist/bundle-cjs.js" }, "author": "presbyter", "license": "ISC", "dependencies": { "@babel/core": "^7.24.0", "@babel/preset-env": "^7.24.0", "chalk": "^4.1.2", "commander": "^12.0.0", "figlet": "^1.7.0", "inquirer": "^8.0.0" }, "devDependencies": { "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-commonjs": "^25.0.7", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "^15.2.3", "rollup": "^4.12.1", "rollup-plugin-uglify": "^6.0.4" } }