88x31breakout/package.json

21 lines
385 B
JSON
Raw Normal View History

{
"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"
},
"repository": {
"type": "git",
"url": "."
},
"author": "",
"license": "MIT",
"dependencies": {
"esbuild": "^0.24.0"
}
}