-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 883 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 883 Bytes
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
{
"name": "@tak-ps/vpc",
"type": "module",
"version": "2.12.0",
"description": "Create and Manage VPCs with CloudFormation",
"scripts": {
"lint": "eslint cloudformation/ src/ tests/",
"test": "node --test"
},
"engines": {
"node": ">= 24"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tak-ps/vpc.git"
},
"author": "Nick Ingalls <nick@ingalls.ca>",
"license": "ISC",
"bugs": {
"url": "https://github.com/tak-ps/vpc/issues"
},
"homepage": "https://github.com/tak-ps/vpc#readme",
"dependencies": {
"@openaddresses/cloudfriend": "^7.0.0",
"@openaddresses/deploy": "^10.0.0"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"eslint": "^10.0.0",
"eslint-plugin-n": "^17.2.1",
"sinon": "^21.0.3"
}
}