axowall/package.json
2024-08-16 21:51:09 +02:00

20 lines
471 B
JSON

{
"name": "axowall",
"version": "0.0.1",
"description": "",
"main": "src/main.ts",
"scripts": {
"build": "esbuild src/main.ts --bundle --outfile=public/bundle.js",
"build-mini": "esbuild src/main.ts --minify --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"
}
}