forked from gpuweb/cts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.36 KB
/
package.json
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
{
"name": "@webgpu/cts",
"version": "0.1.0",
"description": "",
"scripts": {
"test": "grunt pre"
},
"engines": {
"node": ">=11.14.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gpuweb/cts.git"
},
"author": "WebGPU CTS Contributors",
"private": true,
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/gpuweb/cts/issues"
},
"homepage": "https://github.com/gpuweb/cts#readme",
"devDependencies": {
"@babel/cli": "^7.10.1",
"@babel/core": "^7.10.2",
"@babel/plugin-proposal-class-properties": "^7.10.1",
"@babel/plugin-proposal-optional-chaining": "^7.10.3",
"@babel/preset-typescript": "^7.10.1",
"@types/jquery": "^3.3.38",
"@types/node": "^14.0.12",
"@types/offscreencanvas": "^2019.6.2",
"@webgpu/types": "0.0.24",
"babel-plugin-add-header-comment": "^1.0.3",
"babel-plugin-const-enum": "^1.0.1",
"eslint": "^7.2.0",
"eslint-plugin-ban": "^1.5.1",
"eslint-plugin-import": "^2.21.1",
"fast-glob": "^3.2.2",
"grunt": "^1.1.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-http-server": "^2.1.0",
"grunt-run": "^0.8.1",
"grunt-ts": "^6.0.0-beta.22",
"gts": "^2.0.2",
"quiet-grunt": "^0.2.3",
"ts-node": "^8.10.2",
"typescript": "^3.9.5"
}
}