PNet/package.json

20 lines
538 B
JSON
Raw Permalink Normal View History

2023-06-22 17:47:04 +02:00
{
"name": "pnet",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"serve": "esbuild ./js/index.js --loader:.html=text --bundle --minify --outdir=html --servedir=html --sourcemap",
"build": "mkdir -p build && cp html/* build -r && esbuild ./js/index.js --loader:.html=text --bundle --minify --outdir=build"
},
"repository": {
"type": "git",
"url": "https://jusax.de/git/jusax23/PNet"
},
"author": "jusax23",
"license": "ISC",
"devDependencies": {
"esbuild": "^0.18.6"
}
}