-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 949 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
40
{
"name": "PIVXRedditTipBot",
"version": "2.1.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "cd src && node index",
"test": "mocha ./src/test --no-timeouts --exit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Iconoclasta/PRTB.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Iconoclasta/PRTB/issues"
},
"homepage": "https://github.com/Iconoclasta/PRTB#readme",
"devDependencies": {
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"cross-env": "^5.1.5",
"eslint": "^4.19.1",
"eslint-plugin-mocha": "^5.0.0",
"mocha": "^5.1.1"
},
"dependencies": {
"agenda": "^1.0.3",
"bitcoin-core": "^2.0.0",
"decimal.js": "^10.0.0",
"dotenv": "^6.0.0",
"mongodb": "^3.0.8",
"mongoose": "^5.0.18",
"sinon": "^6.3.4",
"snoostream": "^1.0.1",
"snoowrap": "^1.15.2"
}
}