-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 769 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 769 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
{
"name": "quickdraw",
"version": "1.0.0",
"description": "",
"main": "simplified-parser.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@google-cloud/storage": "^4.1.3",
"@tensorflow/tfjs": "^1.5.1",
"@tensorflow/tfjs-node": "^1.5.1",
"@types/yargs": "^15.0.1",
"canvas": "^2.6.1",
"chart.js": "^2.9.3",
"http": "0.0.0",
"ndjson": "^1.5.0",
"request": "^2.88.0",
"rxjs": "^6.5.4",
"ws": "^7.2.1",
"yargs": "^15.1.0"
},
"devDependencies": {
"@types/chart.js": "^2.9.7",
"@types/request": "^2.48.4",
"@types/ws": "^6.0.4",
"parcel": "^1.12.4",
"ts-node": "^8.5.4",
"typescript": "^3.7.4"
}
}