mirror of
https://github.com/sigmasternchen/88x31breakout
synced 2025-03-15 07:59:00 +00:00
21 lines
442 B
JSON
21 lines
442 B
JSON
{
|
|
"name": "88x31breakout",
|
|
"type": "module",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "node src/build/esbuild.config.js",
|
|
"watch": "node src/build/esbuild.config.js --watch"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "."
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"esbuild": "^0.24.0"
|
|
}
|
|
}
|