19 lines
538 B
JSON
19 lines
538 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|