php-chess/js/package.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"
}
}