UNPKG

465 BJSONView Raw
1{
2 "name": "enjoy-publish-cli",
3 "version": "0.1.33",
4 "description": "",
5 "scripts": {
6 "prepublish": "node build.js"
7 },
8 "author": "",
9 "license": "ISC",
10 "dependencies": {
11 "archiver": "^1.3.0",
12 "babel-polyfill": "^6.23.0",
13 "cli-console": "^0.1.3",
14 "commander": "^2.11.0",
15 "files-to-es5": "^0.1.4",
16 "glob": "^7.1.2",
17 "node-pearls": "^0.1.17",
18 "rimraf": "^2.6.1"
19 },
20 "bin": {
21 "enjoy-publish": "dist/cli.js"
22 }
23}