forked from Snipa22/nodejs-pool
-
Notifications
You must be signed in to change notification settings - Fork 76
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.22 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.22 KB
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
{
"name": "nodejs-pool",
"version": "0.0.1",
"description": "Improved version of Snipa22 nodejs-pool",
"private": true,
"main": "init.js",
"engines": {
"node": ">=18"
},
"scripts": {
"test": "node --require ./tests/test_output_buffer.js --test --test-reporter=spec --test-concurrency=1 tests/all.js",
"test:live": "node --require ./tests/test_output_buffer.js --test --test-reporter=spec --test-concurrency=1 tests/live.js",
"test:live:jp": "NODEJS_POOL_LIVE_TARGET_HOST=jp.moneroocean.stream node --require ./tests/test_output_buffer.js --test --test-reporter=spec --test-concurrency=1 tests/live.js"
},
"repository": {
"type": "git",
"url": "https://github.com/MoneroOcean/nodejs-pool.git"
},
"author": "Multiple",
"license": "MIT",
"dependencies": {
"async": "3.2.2",
"crypto-js": "4.2.0",
"cryptoforknote-util": "git+https://github.com/MoneroOcean/node-cryptoforknote-util.git#v15.8.9",
"cryptonight-hashing": "git+https://github.com/MoneroOcean/node-cryptonight-hashing.git#v29.1.5",
"debug": "2.6.9",
"express": "4.22.1",
"jsonwebtoken": "9.0.3",
"node-lmdb": "0.10.1",
"promise-mysql": "3.0.0",
"protocol-buffers": "5.0.0",
"utf8": "3.0.0"
}
}