UNPKG

1.57 kBJSONView Raw
1{
2 "name": "package-preview",
3 "version": "0.0.2",
4 "description": "Creates a production preview of a package",
5 "main": "lib/index.js",
6 "typings": "lib/index.d.ts",
7 "bin": {
8 "package-preview": "lib/cli.js",
9 "preview": "lib/cli.js"
10 },
11 "files": [
12 "lib"
13 ],
14 "scripts": {
15 "prepublishOnly": "tsc",
16 "lint": "tslint -c tslint.json --project .",
17 "test": "npm run lint && tsc && node lib/cli && ts-node test"
18 },
19 "keywords": [
20 "preview",
21 "prevue",
22 "teaser",
23 "sneak peek",
24 "test",
25 "prod",
26 "publish",
27 "pseudo publish"
28 ],
29 "author": "Zoltan Kochan <z@kochan.io> (https://www.kochan.io/)",
30 "license": "MIT",
31 "engines": {
32 "node": ">=4"
33 },
34 "repository": {
35 "type": "git",
36 "url": "git+https://github.com/zkochan/package-preview.git"
37 },
38 "homepage": "https://github.com/zkochan/package-preview#readme",
39 "bugs": {
40 "url": "https://github.com/pnpm/pnpm/issues"
41 },
42 "dependencies": {
43 "@types/fs-extra": "^4.0.2",
44 "@types/mz": "^0.0.32",
45 "@types/node": "^8.0.46",
46 "@types/write-json-file": "^2.2.1",
47 "cross-spawn": "^5.1.0",
48 "find-down": "^0.1.4",
49 "fs-extra": "^4.0.2",
50 "graceful-fs": "^4.1.11",
51 "mz": "^2.7.0",
52 "rimraf-then": "^1.0.1",
53 "symlink-dir": "^1.1.0",
54 "unpack-stream": "^2.1.1",
55 "write-json-file": "^2.3.0"
56 },
57 "devDependencies": {
58 "@types/tape": "^4.2.31",
59 "@types/tempy": "^0.1.0",
60 "tape": "^4.8.0",
61 "tempy": "^0.2.1",
62 "ts-node": "^3.3.0",
63 "tslint": "^5.8.0",
64 "typescript": "^2.5.3"
65 }
66}