mirror of
https://github.com/sigmasternchen/axowall
synced 2025-03-15 08:38:55 +00:00
20 lines
471 B
JSON
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"
|
|
}
|
|
}
|