mirror of
https://github.com/sigmasternchen/php-chess
synced 2025-03-15 16:08:54 +00:00
16 lines
365 B
JSON
16 lines
365 B
JSON
{
|
|
"name": "php-chess",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "esbuild ./src/index.js --bundle --outfile=../html/static/bundle.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "MIT",
|
|
"description": "",
|
|
"dependencies": {
|
|
"esbuild": "^0.24.0",
|
|
"htmx.org": "^1.9.12"
|
|
}
|
|
}
|