axowall/package.json

20 lines
385 B
JSON
Raw Normal View History

2024-08-16 18:27:50 +00:00
{
"name": "axowall",
"version": "0.0.1",
"description": "",
"main": "src/main.js",
"scripts": {
"build": "esbuild src/main.js --bundle --outfile=public/bundle.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "."
},
"author": "",
"license": "ISC",
"dependencies": {
"esbuild": "^0.23.0"
}
}