esbuild-plugin-wgsl/package.json
2025-04-21 23:32:48 -05:00

21 lines
396 B
JSON

{
"name": "esbuild-plugin-wgsl",
"version": "1.0.0",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": {
"name": "Rowan",
"email": "rowan@kitsu.cafe"
},
"license": "ISC",
"description": "",
"peerDependencies": {
"esbuild": "0.x.x"
},
"devDependencies": {
"esbuild": "0.x.x"
}
}