axowall/package.json

21 lines
471 B
JSON
Raw Normal View History

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