-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
63 lines (63 loc) · 1.62 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
54
55
56
57
58
59
60
61
62
63
{
"name": "@zigbang/appstream",
"version": "1.1.4-beta.2",
"main": "index.js",
"scripts": {
"build": "npx -p @mermaid-js/mermaid-cli mmdc -i ./docs/workflow.mmd -o ./docs/workflow.png && npx tsc",
"deploy": "./bin/run deploy",
"deployForAd": "./bin/run deployForAd"
},
"repository": {
"type": "git",
"url": "https://github.com/zigbang/appstream.git"
},
"bin": {
"appstream": "./bin/run"
},
"devDependencies": {
"@mermaid-js/mermaid-cli": "^8.8.0",
"@types/debug": "^4.1.5",
"@types/lodash": "^4.14.162",
"@types/node": "^14.11.2",
"@types/node-powershell": "3.1.1",
"@types/nunjucks": "^3.1.3",
"@types/qs": "^6.7.0",
"@types/shelljs": "^0.8.8",
"@types/vorpal": "^1.12.0",
"release-it": "^14.2.1",
"tslint": "^6.1.3",
"tslint-eslint-rules": "^5.4.0",
"typescript": "^3.9.7"
},
"dependencies": {
"@aws-cdk/aws-appstream": "1.64.0",
"@aws-cdk/aws-ec2": "1.64.0",
"@aws-cdk/aws-route53": "1.64.0",
"@aws-cdk/aws-s3": "1.64.0",
"@aws-cdk/core": "1.64.0",
"aws-cdk": "1.64.0",
"aws-sdk": "^2.741.0",
"axios": "^0.20.0",
"debug": "^4.1.1",
"moment": "^2.28.0",
"node-powershell": "^4.0.0",
"nunjucks": "^3.2.2",
"qs": "^6.9.4",
"shelljs": "^0.8.4",
"ts-node": "^8.10.2",
"vorpal": "^1.12.0",
"what-is-my-ip-address": "^1.0.3"
},
"bundledDependencies": [
"@aws-cdk/aws-appstream",
"@aws-cdk/aws-ec2",
"@aws-cdk/aws-route53",
"@aws-cdk/aws-s3",
"@aws-cdk/core",
"aws-cdk"
],
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
}
}