88x31samegame/package.json
2025-01-26 19:48:52 +01:00

14 lines
252 B
JSON

{
"name": "88x31samegame",
"version": "1.0.0",
"main": "src/main.ts",
"scripts": {
"build": "node src/build/esbuild.config.js"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"esbuild": "^0.23.0"
}
}