-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.05 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
{
"name": "simplecryptodeposittracking",
"version": "0.1.0",
"description": "Simple address generation and deposit tracking solution for Bitcoin and Bitcoin like coins.",
"main": "scripts/watchDeposits.js",
"scripts": {
"test": "jest tests/ --silent"
},
"keywords": [
"btc",
"crypto",
"crypto deposits",
"watch wallets",
"wallet"
],
"author": "Tracey Boydston",
"license": "MIT",
"dependencies": {
"axios": "^0.27.2",
"body-parser": "^1.20.1",
"coinnetworklist": "^1.0.0",
"crypto": "^1.0.1",
"express": "^4.18.1",
"hdaddressgenerator": "^1.0.7",
"slimbot": "^5.1.0"
},
"devDependencies": {
"eslint": "^8.31.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.6.0",
"eslint-config-standard": "^17.0.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^27.2.1",
"eslint-plugin-n": "^15.6.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-spellcheck": "^0.0.20",
"jest": "^29.3.1"
}
}