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