-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.02 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
{
"name": "@tak-ps/auth-infra",
"type": "module",
"private": true,
"version": "1.3.0",
"description": "Infrastructure to support LDAP based auth in TAK",
"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/tak-ps/etl.git"
},
"author": "Nick Ingalls <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/tak-ps/auth-infra/issues"
},
"homepage": "https://github.com/tak-ps/auth-infra#readme",
"dependencies": {
"@openaddresses/batch-alarms": "^4.3.1",
"@openaddresses/cloudfriend": "^7.0.0",
"@openaddresses/deploy": "^9.0.0"
},
"devDependencies": {
"@types/xml2js": "^0.4.11",
"eslint": "^9.0.0",
"eslint-plugin-n": "^17.11.1",
"eslint-plugin-node": "^11.1.0"
}
}