@wgslx/wgslx
Version:
Extended WebGPU shading language tools
31 lines (30 loc) • 692 B
JSON
{
"name": "@wgslx/wgslx",
"version": "0.0.12",
"description": "Extended WebGPU shading language tools",
"keywords": [
"WebGPU",
"WGSL"
],
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "npx tsc --build",
"prepare": "npm run test && npm run build",
"generate": "npx ts-node scripts/generate.ts",
"test": "npx jest"
},
"author": "Aaron Sun github.com/axiverse",
"license": "MIT",
"devDependencies": {
"@types/jest": "^29.5.12",
"jest": "^29.7.0",
"prettier": "^3.3.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
},
"dependencies": {
"source-map": "^0.7.4"
}
}