-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 779 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 779 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
{
"name": "neuralgraph",
"version": "1.1.5",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Frost-Lord/NeuralGraph.git"
},
"keywords": [
"neuralgraph",
"neural",
"graph",
"@tensorflow/tfjs-node",
"@tensorflow/tfjs",
"tfjs"
],
"author": "Frost-Lord",
"license": "ISC",
"dependencies": {
"axios": "^1.4.0",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"ejs": "^3.1.9",
"electron": "^39.8.5",
"express": "^4.18.2",
"path": "^0.12.7"
},
"devDependencies": {
"@tensorflow/tfjs-node": "^4.8.0",
"@tensorflow/tfjs-node-gpu": "^4.8.0"
}
}