-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.22 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "pubsy",
"version": "1.0.9",
"description": "Deployment / Publishing library for Angular 2+ and other things.",
"main": "bin/src/index.js",
"scripts": {
"build": "tsc --outDir bin",
"tsw": "tsc --outDir bin -w",
"pretest": "npm run build",
"test": "ts-node node_modules/jasmine/bin/jasmine",
"prepublish": "npm run build"
},
"bin": {
"pubsy": "./bin/src/index.js"
},
"engines": {
"node": ">=8.11.3"
},
"author": "Co van Leeuwen",
"license": "MIT",
"files": [
"bin"
],
"repository": {
"type": "git",
"url": "git@github.com:c00/pubsy.git"
},
"dependencies": {
"@types/glob": "^7.1.1",
"@types/js-yaml": "^3.11.4",
"@types/jszip": "^3.1.4",
"@types/moment": "^2.13.0",
"@types/node": "^10.12.18",
"@types/shelljs": "^0.8.1",
"@types/username": "^3.0.0",
"colors": "^1.3.3",
"commander": "^2.19.0",
"glob": "^7.1.3",
"help": "^3.0.2",
"js-yaml": "^3.13.1",
"jszip": "^3.1.5",
"moment": "^2.23.0",
"node-ssh": "^5.1.2",
"shelljs": "^0.8.3",
"username": "^4.0.0"
},
"devDependencies": {
"@types/jasmine": "^3.3.5",
"jasmine": "^3.3.1",
"ts-node": "^7.0.1",
"typescript": "^3.2.2"
}
}