wgsl-reflect/package.json
2025-04-17 12:08:30 -05:00

21 lines
498 B
JSON

{
"name": "wgsl-reflect",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"scripts": {
"test": "./tests/index.js",
"build": "esbuild ./src/index.js --bundle --outfile=./dist/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"devDependencies": {
"esbuild": "^0.25.2",
"folktest": "git+https://git.kitsu.cafe/rowan/folktest.git"
},
"dependencies": {
"kuebiko": "git+https://git.kitsu.cafe/rowan/kuebiko.git"
}
}