加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.94 KB
一键复制 编辑 原始数据 按行查看 历史
李想 提交于 2023-08-12 11:00 . chromium 99.0.4844.88 origin init
{
"name": "@webgpu/cts",
"version": "0.1.0",
"description": "WebGPU Conformance Test Suite",
"scripts": {
"test": "grunt pre",
"check": "grunt check",
"standalone": "grunt standalone",
"wpt": "grunt wpt",
"fix": "grunt fix",
"unittest": "grunt unittest",
"gen_wpt_cts_html": "node tools/gen_wpt_cts_html",
"tsdoc": "grunt run:tsdoc",
"start": "node tools/dev_server",
"dev": "node tools/dev_server"
},
"engines": {
"node": ">=12.0.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.12.1",
"@babel/core": "^7.12.3",
"@babel/preset-typescript": "^7.12.1",
"@types/babel__core": "^7.1.12",
"@types/express": "^4.17.9",
"@types/jquery": "^3.5.3",
"@types/morgan": "^1.9.2",
"@types/node": "^14.11.10",
"@types/offscreencanvas": "^2019.6.2",
"@types/serve-index": "^1.9.1",
"@typescript-eslint/parser": "^4.22.0",
"@webgpu/types": "0.1.9",
"ansi-colors": "4.1.1",
"babel-plugin-add-header-comment": "^1.0.3",
"babel-plugin-const-enum": "^1.0.1",
"chokidar": "^3.4.3",
"eslint": "^7.11.0",
"eslint-plugin-ban": "^1.5.1",
"eslint-plugin-deprecation": "^1.2.0",
"eslint-plugin-import": "^2.22.1",
"express": "^4.17.1",
"grunt": "^1.3.0",
"grunt-cli": "^1.4.3",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-run": "^0.8.1",
"grunt-ts": "^6.0.0-beta.22",
"gts": "^3.0.1",
"http-server": "^13.0.2",
"morgan": "^1.10.0",
"portfinder": "^1.0.28",
"quiet-grunt": "^0.2.3",
"serve-index": "^1.9.1",
"ts-node": "^9.0.0",
"typedoc": "^0.20.36",
"typescript": "^4.1.2"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化