-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 722 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 722 Bytes
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
{
"name": "xkr-payments",
"version": "0f.1.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "cross-env NODE_ENV=test mocha tests --recursive --timeout 10000 --exit",
"start": "node index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@ledgerhq/hw-transport": "^6.28.2",
"body-parser": "^1.20.2",
"chai": "^4.3.7",
"chai-http": "^4.3.0",
"cors": "^2.8.5",
"cross-env": "^7.0.3",
"crypto": "^1.0.1",
"express": "^4.18.2",
"express-session": "^1.17.3",
"kryptokrona-crypto": "^1.0.2",
"kryptokrona-wallet-backend-js": "^2.4.5",
"mocha": "^10.2.0",
"path": "^0.12.7",
"supertest": "^6.3.3",
"vite": "^4.3.1"
}
}