-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.01 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
36
37
38
39
40
41
42
43
{
"name": "schedule-maintainer-payouts",
"version": "1.0.0",
"description": "schedule-maintainer-payouts",
"main": "index.js",
"scripts": {
"lint": "standard --fix",
"ci-tests": "nyc --reporter=cobertura ava",
"test": "standard && ava -v"
},
"dependencies": {
"aws-sdk": "^2.543.0",
"mongodb": "3.6",
"pino": "^6.5.1",
"ulid": "^2.3.0"
},
"husky": {
"hooks": {
"pre-commit": "npm t"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/flossbank/schedule-maintainer-payouts.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/flossbank/schedule-maintainer-payouts/issues"
},
"homepage": "https://github.com/flossbank/schedule-maintainer-payouts#readme",
"devDependencies": {
"ava": "^3.12.1",
"husky": "^4.2.5",
"mongodb-memory-server": "^6.9.6",
"nock": "^13.0.4",
"nyc": "^15.0.0",
"pino-pretty": "^4.1.0",
"sinon": "^9.0.1",
"standard": "^14.3.1"
}
}