-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
37 lines (37 loc) · 1.02 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
{
"name": "static",
"version": "1.0.0",
"description": "",
"main": "dist/agents.node.js",
"gpu": "dist/agents.gpu.js",
"browser": "dist/agents.browser.js",
"static": "static/agents.browser.js",
"scripts": {
"build": "rollup -c && node src/replace.js",
"dev": "rollup -c -w",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Slobodan Blazeski",
"license": "MIT",
"dependencies": {
"@tensorflow/tfjs": "^1.0.2",
"@tensorflow/tfjs-node": "^1.0.2",
"@tensorflow/tfjs-node-gpu": "^1.0.2",
"connect-static-file": "^2.0.0",
"d3-random": "^1.1.2",
"express": "^4.16.4",
"moment": "^2.24.0",
"nial": "https://github.com/bobiblazeski/nial/tarball/master",
"socket.io": "^2.2.0",
"socket.io-client": "^2.2.0",
"superagent": "^4.1.0"
},
"devDependencies": {
"minimist": "^1.2.0",
"replace-in-file": "^3.4.4",
"rollup": "^1.7.0",
"rollup-plugin-commonjs": "^9.2.1",
"rollup-plugin-node-resolve": "^4.0.1",
"serve": "^10.1.2"
}
}