forked from openaddresses/deploy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.32 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.32 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
{
"name": "@openaddresses/deploy",
"type": "module",
"version": "9.10.2",
"main": "index.js",
"author": "ingalls <nick@ingalls.ca>",
"license": "MIT",
"scripts": {
"lint": "eslint cli.js lib/",
"test": "vitest run",
"doc": "documentation build cli.js -f html -o docs"
},
"bin": {
"deploy": "cli.js"
},
"engines": {
"node": "> 21"
},
"repository": {
"type": "git",
"url": "git+https://github.com/openaddresses/deploy.git"
},
"dependencies": {
"@aws-sdk/client-cloudformation": "^3.272.0",
"@aws-sdk/client-ec2": "^3.272.0",
"@aws-sdk/client-ecr": "^3.272.0",
"@aws-sdk/client-ecs": "^3.272.0",
"@aws-sdk/client-s3": "^3.272.0",
"@aws-sdk/client-secrets-manager": "^3.272.0",
"@aws-sdk/client-sts": "^3.730.0",
"@aws-sdk/credential-providers": "^3.272.0",
"@openaddresses/cfn-config": "^7.5.0",
"ora": "^9.0.0",
"ajv": "^8.6.3",
"cli-table": "^0.3.1",
"handlebars": "^4.7.7",
"inquirer": "^13.0.0",
"minimist": "^1.2.5",
"prompt": "^1.0.0"
},
"devDependencies": {
"documentation": "^14.0.0",
"eslint": "^10.0.0",
"eslint-plugin-n": "^17.10.3",
"vitest": "^3.0.0"
}
}