-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 1.93 KB
/
package.json
File metadata and controls
77 lines (77 loc) · 1.93 KB
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "@smallstack/cli",
"version": "0.10.72",
"description": "Command Line Interface for smallstack projects",
"author": {
"email": "max@smallstack.io",
"name": "Maximilian Friedmann",
"url": "https://smallstack.io"
},
"main": "./index.js",
"typings": "./dist/dts/index",
"homepage": "https://smallstack.io",
"bugs": "https://gitlab.com/smallstack/smallstack-cli/issues",
"repository": {
"type": "git",
"url": "https://gitlab.com/smallstack/smallstack-cli.git"
},
"bin": {
"smallstack": "./bin/smallstack"
},
"engines": {
"node": ">=8.9.x"
},
"engineStrict": true,
"scripts": {
"ci-publish": "ci-publish",
"compile": "tsc"
},
"dependencies": {
"@types/underscore": "^1.8.3",
"archiver": "^2.1.0",
"async": "^2.6.0",
"asyncawait": "^1.0.6",
"aws-sdk": "^2.172.0",
"bluebird": "^3.5.1",
"chance": "^1.0.12",
"ci-publish": "^1.3.0",
"cli-spinner": "^0.2.7",
"colors": "1.1.2",
"decompress": "^4.2.0",
"decompress-targz": "^4.1.1",
"decompress-zip": "0.3.0",
"figlet": "1.2.0",
"find": "0.2.7",
"flat": "^4.0.0",
"fs-extra": "^5.0.0",
"git-state": "^4.0.0",
"glob": "^7.1.2",
"inquirer": "^4.0.1",
"lodash": "^4.17.4",
"moment": "^2.20.1",
"node-jsxml": "^0.9.0",
"node-watch": "^0.5.5",
"nodejs-fs-utils": "1.0.26",
"package-merge": "^0.1.2",
"plist": "^2.0.1",
"pluralize": "^7.0.0",
"promise": "^8.0.1",
"properties-parser": "^0.3.1",
"request": "^2.83.0",
"request-promise": "^4.2.2",
"semver": "^5.4.1",
"simple-git": "^1.92.0",
"single-line-log": "1.1.2",
"sort-package-json": "^1.7.1",
"typings-core": "^2.3.3",
"underscore": "1.8.3",
"underscore.string": "3.3.4"
},
"devDependencies": {
"@types/fs-extra": "^4.0.8",
"@types/glob": "^5.0.33",
"@types/node": "^8.5.9",
"nodemon": "^1.13.3",
"typescript": "^2.6.2"
}
}