-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 924 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 924 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
30
31
32
33
34
35
36
37
38
39
{
"name": "isp",
"version": "2.0.0",
"description": "infinite synapses trading platform",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sentax/isp.git"
},
"keywords": [
"financial",
"nodejs",
"marktes",
"trading",
"analyze"
],
"author": "romidian70@gmail.com",
"license": "ISC",
"bugs": {
"url": "https://github.com/sentax/isp/issues"
},
"homepage": "https://github.com/sentax/isp#readme",
"dependencies": {
"cassandra-driver": "^4.4.0",
"child_process": "^1.0.2",
"fastify": "^2.12.1",
"fastify-autoload": "^1.2.2",
"fastify-cors": "^3.0.2",
"fastify-formbody": "^3.1.0",
"fastify-multer": "^1.5.2",
"fastify-static": "^2.6.0",
"node-binance-api": "^0.10.4",
"socket.io": "^2.3.0",
"uuid": "^7.0.2"
}
}