-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 1006 Bytes
/
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
{
"name": "@tak-ps/frontend-infra",
"type": "module",
"private": true,
"version": "1.25.0",
"description": "CloudFormation managed infrastructure for cotak.gov frontend",
"scripts": {
"lint": "eslint cloudformation/*.js cloudformation/lib/*.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">= 18"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dfpc-coe/frontend-infra.git"
},
"author": "Nick Ingalls <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/dfpc-coe/frontend-infra/issues"
},
"homepage": "https://github.com/dfpc-coe/frontend-infra#readme",
"dependencies": {
"@openaddresses/cloudfriend": "^7.0.0"
},
"devDependencies": {
"@openaddresses/batch-alarms": "^4.5.0",
"@openaddresses/deploy": "^9.0.0",
"eslint": "^9.1.1",
"eslint-plugin-n": "^17.4.0"
}
}