mirror of
https://github.com/sigmasternchen/88x31samegame
synced 2025-03-15 00:08:55 +00:00
15 lines
252 B
JSON
15 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"
|
||
|
}
|
||
|
}
|