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
42 lines (42 loc) · 1.04 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.04 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
{
"name": "@tensorflow/tfjs-codegen",
"version": "0.0.1",
"description": "Code generator for TF.js",
"private": true,
"main": "dist/index.js",
"jsdelivr": "dist/tf-codegen.min.js",
"unpkg": "dist/tf-codegen.min.js",
"types": "dist/index.d.ts",
"jsnext:main": "dist/tf-codegen.esm.js",
"module": "dist/tf-codegen.esm.js",
"engines": {
"yarn": ">= 1.3.2"
},
"repository": {
"type": "git",
"url": "https://github.com/tensorflow/tfjs.git",
"directory": "codegen"
},
"license": "Apache-2.0",
"devDependencies": {
"@types/jasmine": "~3.0.0",
"@types/node": "~9.6.0",
"clang-format": "~1.2.4",
"jasmine": "~3.1.0",
"jasmine-core": "~3.1.0",
"rimraf": "~2.6.2",
"shelljs": "~0.8.3",
"ts-node": "~7.0.0",
"tslint": "~5.11.0",
"tslint-no-circular-imports": "~0.5.0",
"typescript": "3.5.3",
"yalc": "~1.0.0-pre.21",
"yargs": "~13.2.2"
},
"scripts": {},
"dependencies": {
"@tensorflow/tfjs-core": "^1.5.1",
"@tensorflow/tfjs-node": "^1.5.1"
},
"browser": {}
}