UNPKG

1.09 kBJSONView Raw
1{
2 "name": "pagedip",
3 "description": "One-step publishing for humans.",
4 "public": true,
5 "version": "7.0.7",
6 "author": "Tyler Johnson <tyler@beneaththeink.com>",
7 "repository": {
8 "type": "git",
9 "url": "https://github.com/pagedip/pagedip-apps.git"
10 },
11 "main": "lib/index.js",
12 "command": "lib/cli.js",
13 "bin": {
14 "pagedip": "bin/cli.js",
15 "pd": "bin/cli.js"
16 },
17 "scripts": {
18 "clean": "shx rm -rf lib",
19 "build:full": "npm-run-all clean build",
20 "build": "babel src/ --out-dir lib/",
21 "prepare": "npm run build"
22 },
23 "dependencies": {
24 "@pagedip/lib-cli": "^1.4.2",
25 "@pagedip/lib-license-tools": "^1.3.1",
26 "@pagedip/util-logger": "^2.2.0",
27 "@pagedip/util-npm": "^2.2.4",
28 "@pagedip/util-resolve-package": "^1.3.17",
29 "get-stdin": "^6.0.0",
30 "inquirer": "^6.2.1",
31 "mz": "^2.7.0",
32 "update-notifier": "^2.5.0"
33 },
34 "devDependencies": {
35 "@babel/cli": "^7.2.3",
36 "npm-run-all": "^4.1.5",
37 "shx": "^0.3.2"
38 },
39 "files": [
40 "lib",
41 "bin"
42 ],
43 "gitHead": "9c914da638bbf175b2857c49cb04648d2506cd47"
44}
\No newline at end of file