-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 914 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
34
35
36
37
38
39
{
"name": "distribute-user-donations",
"version": "1.0.0",
"description": "distribute-user-donations",
"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.4.1",
"ulid": "^2.3.0"
},
"husky": {
"hooks": {
"pre-commit": "npm t"
}
},
"repository": {
"type": "git",
"url": "git+https://github.com/flossbank/distribute-user-donations.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/flossbank/distribute-user-donations/issues"
},
"homepage": "https://github.com/flossbank/distribute-user-donations#readme",
"devDependencies": {
"ava": "^3.5.1",
"husky": "^4.2.5",
"nyc": "^15.0.0",
"sinon": "^9.0.1",
"standard": "^14.3.1"
}
}