88x31samegame/package.json

15 lines
252 B
JSON
Raw Normal View History

2025-01-26 18:48:52 +00:00
{
"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"
}
}