UNPKG

1.36 kBJSONView Raw
1{
2 "name": "pagedip",
3 "description": "One-step publishing for humans.",
4 "public": true,
5 "version": "5.2.1",
6 "author": "Tyler Johnson <tyler@beneaththeink.com>",
7 "repository": {
8 "type": "git",
9 "url": "https://github.com/pagedip/pagedip.git"
10 },
11 "main": "index.js",
12 "bin": {
13 "pagedip": "bin/cli.js",
14 "pd": "bin/cli.js"
15 },
16 "scripts": {
17 "clean": "shx rm -f index.js test.js cli.js",
18 "build:full": "npm-run-all clean build",
19 "build:lib": "rollup src/index.js -c > index.js",
20 "build:cli": "rollup src/cli.js -c > cli.js",
21 "build:test": "rollup test/index.js -c > test.js",
22 "build": "run-p build:lib build:cli",
23 "test": "npm run build:test && node test.js",
24 "prepublish": "npm run build"
25 },
26 "dependencies": {
27 "@pagedip/lib-command": "^1.0.1",
28 "@pagedip/lib-license-tools": "^1.0.1",
29 "@pagedip/lib-rc": "^1.0.1",
30 "@pagedip/util-npm": "^1.0.1",
31 "@pagedip/util-resolve": "^1.0.1",
32 "inquirer": "^4.0.2",
33 "mz": "^2.7.0",
34 "npm": "^4.6.1",
35 "npm-cli-path": "^2.0.0",
36 "update-notifier": "^2.3.0"
37 },
38 "devDependencies": {
39 "@pagedip/tool-rollup-cli-help": "^1.0.0",
40 "npm-run-all": "^4.1.2",
41 "rollup": "^0.53.3",
42 "shx": "^0.2.2"
43 },
44 "files": [
45 "index.js",
46 "cli.js",
47 "bin"
48 ],
49 "gitHead": "156b1527f48cc846703f90d9eec8d8267bf3711a"
50}