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