-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.18 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.18 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": "@webgpu/compute",
"version": "0.0.1",
"description": "Pretrained hand detection model",
"main": "dist/index.js",
"jsnext:main": "dist/compute.esm.js",
"module": "dist/compute.esm.js",
"unpkg": "dist/compute.min.js",
"jsdelivr": "dist/compute.min.js",
"types": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/tensorflow/tfjs-models.git"
},
"dependencies": {
"@webgpu/glslang": "0.0.12",
"@webgpu/types": "0.0.30"
},
"devDependencies": {
"@types/jasmine": "~2.5.53",
"jasmine": "~3.2.0",
"jasmine-core": "~3.1.0",
"rimraf": "~2.6.2",
"rollup": "~0.58.2",
"rollup-plugin-node-resolve": "~3.3.0",
"rollup-plugin-typescript2": "~0.13.0",
"rollup-plugin-uglify": "~3.0.0",
"ts-node": "~5.0.0",
"tslint": "~5.8.0",
"typescript": "3.3.3333",
"yalc": "^1.0.0-pre.27"
},
"scripts": {
"build": "rimraf dist && tsc",
"publish-local": "yarn build && rollup -c && yalc publish",
"test": "ts-node run_tests.ts",
"build-npm": "yarn build && rollup -c",
"lint": "tslint -p . -t verbose",
"publish-demo": "./scripts/publish-demo.sh"
},
"license": "Apache-2.0"
}