26 lines
562 B
JSON
26 lines
562 B
JSON
{
|
|
"name": "noeidelon",
|
|
"type": "module",
|
|
"main": "./build.ts",
|
|
"scripts": {
|
|
"build": "bun $BUNFLAGS .",
|
|
"build:watch": "BUNFLAGS=--watch bun run build",
|
|
"serve": "serve ./html",
|
|
"dev": "run-p serve build:watch"
|
|
},
|
|
"devDependencies": {
|
|
"@webgpu/types": "^0.1.37",
|
|
"bun-types": "latest",
|
|
"npm-run-all2": "^6.1.1",
|
|
"prettier": "^3.0.3"
|
|
},
|
|
"peerDependencies": {
|
|
"typescript": "^5.2.2"
|
|
},
|
|
"dependencies": {
|
|
"chalk": "^5.3.0",
|
|
"glob": "^10.3.10",
|
|
"serve": "^14.2.1",
|
|
"typescript": "^5.2.2"
|
|
}
|
|
}
|