UNPKG

1.26 kBJSONView Raw
1{
2 "name": "pagedip",
3 "description": "One-step publishing for humans.",
4 "public": true,
5 "version": "5.2.0",
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 },
15 "scripts": {
16 "clean": "shx rm -f index.js test.js cli.js",
17 "build:full": "npm-run-all clean build",
18 "build:lib": "rollup src/index.js -c > index.js",
19 "build:cli": "rollup src/cli.js -c > cli.js",
20 "build:test": "rollup test/index.js -c > test.js",
21 "build": "run-p build:lib build:cli",
22 "test": "npm run build:test && node test.js",
23 "prepublish": "npm run build"
24 },
25 "dependencies": {
26 "@pagedip/lib-command": "^1.0.0",
27 "@pagedip/lib-rc": "^1.0.0",
28 "@pagedip/lib-license-tools": "^1.0.0",
29 "@pagedip/util-resolve": "^1.0.0",
30 "@pagedip/util-npm": "^1.0.0",
31 "inquirer": "^3.1.1",
32 "npm-cli-path": "^2.0.0"
33 },
34 "devDependencies": {
35 "@pagedip/tool-rollup-cli-help": "*",
36 "npm-run-all": "^4.1.1",
37 "rollup": "^0.50.0",
38 "shx": "^0.2.2"
39 },
40 "files": [
41 "index.js",
42 "cli.js",
43 "bin"
44 ],
45 "gitHead": "8aae2d936f98f6f3b228a7c1a97f36ef409ea957"
46}