php-chess/js/package.json

17 lines
365 B
JSON
Raw Normal View History

2024-10-26 20:43:10 +00:00
{
"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"
}
}