-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 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
{
"name": "@openaddresses/batch-alarms",
"type": "module",
"version": "4.3.1",
"description": " Library for providing default CloudFormation dashboards & ECS Services ",
"main": "index.js",
"scripts": {
"doc": "documentation build index.js -f html -o docs && documentation lint index.js lib/*.js",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint index.js lib/**.js",
"lint-doc": "documentation lint index.js lib/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/openaddresses/batch-alarms.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/openaddresses/batch-alarms/issues"
},
"homepage": "https://github.com/openaddresses/batch-alarms#readme",
"dependencies": {
"@openaddresses/cloudfriend": "^7.0.0",
"documentation": "^14.0.1"
},
"devDependencies": {
"eslint": "^8.0.1",
"eslint-plugin-node": "^11.1.0"
}
}