-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
32 lines (32 loc) · 956 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
{
"name": "node-trinity",
"version": "1.0.0",
"description": "",
"main": "ext/index.js",
"dependencies": {
"chai": "^4.2.0",
"console-stamp": "^0.2.7",
"cors": "^2.8.5",
"enecuum-crypto": "https://github.com/prudanoff/enecuum-bin/raw/package-rebuild/bin/linux64/enecuum-crypto.tar.gz",
"node-randomx": "https://github.com/prudanoff/enecuum-bin/raw/package-rebuild/rx/linux64/node-randomx.tar.gz",
"express": "^4.16.4",
"jsrsasign": "^8.0.12",
"key-encoder": "^2.0.3",
"minify": "^4.1.3",
"mocha": "^7.0.1",
"mysql": "https://github.com/Enecuum/mysql.git",
"node-ipc": "^9.1.1",
"node-mysql-deadlock-retries": "^2.0.5",
"request": "^2.88.0",
"ws": "^6.2.1",
"yargs": "^12.0.5"
},
"devDependencies": {
"javascript-obfuscator": "^0.18.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Konstantin Zhidanov",
"license": "ISC"
}