forked from tensorflow/tfjs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.71 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.71 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "benchmarks",
"version": "0.0.1",
"description": "Benchmark for TensorFlow.js",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/tensorflow/tfjs"
},
"devDependencies": {
"@tensorflow/tfjs": "1.4.0",
"@tensorflow/tfjs-converter": "1.4.0",
"@tensorflow/tfjs-core": "1.4.0",
"@tensorflow/tfjs-data": "1.4.0",
"@tensorflow/tfjs-layers": "1.4.0",
"@tensorflow/tfjs-node": "1.4.0",
"@types/detect-browser": "^4.0.0",
"@types/jasmine": "~2.5.53",
"@types/mathjs": "^5.0.1",
"aws-sdk": "^2.498.0",
"clang-format": "~1.2.4",
"detect-browser": "~4.2.0",
"firebase": "~5.3.0",
"firebase-admin": "~7.2.0",
"http-server": "^0.11.1",
"jasmine": "~3.1.0",
"jasmine-core": "~3.1.0",
"karma": "~4.0.0",
"karma-browserstack-launcher": "~1.4.0",
"karma-chrome-launcher": "~2.2.0",
"karma-jasmine": "~1.1.0",
"karma-typescript": "~4.0.0",
"mathjs": "^5.7.0",
"request": "^2.88.0",
"ts-node": "~7.0.0",
"tsc": "^1.20150623.0",
"tsify": "^3.0.4",
"tslint": "^5.10.0",
"typescript": "3.5.3",
"yalc": "^1.0.0-pre.23"
},
"scripts": {
"benchmark": "./benchmarks.sh",
"benchmark-local": "./benchmarks.sh",
"benchmark-cloud": "./benchmark_cloud.sh",
"validate-converter": "./validate_converter.sh",
"build": "tsc",
"clean": "rm -rf yalc.lock .yalc/ node_modules/ tfjs-*",
"link-local": "yalc link",
"lint": "tslint -p . -t verbose",
"run-browserstack": "karma start --singleRun --reporters='dots,karma-typescript,BrowserStack' --firebaseKey $FIREBASE_KEY --hostname='bs-local.com'"
},
"license": "Apache-2.0",
"engines": {
"yarn": ">= 1.0.0"
}
}