PadApp/package.json

24 lines
826 B
JSON
Raw Permalink Normal View History

2022-12-07 21:59:01 +01:00
{
"name": "padapp",
"version": "0.0.1",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"serve": "esbuild index.js --jsx-factory=s --jsx-fragment=\\'div\\' --loader:.js=jsx --loader:.html=text --bundle --minify --servedir=html --sourcemap",
"build": "mkdir -p build && cp html/* build -r && esbuild index.js --jsx-factory=s --jsx-fragment=\\'div\\' --loader:.js=jsx --loader:.html=text --bundle --minify --outdir=build"
},
"repository": {
"type": "git",
"url": "git@jusax.de:JuPad/PadApp.git"
},
"author": "jusax23",
"license": "UNLICENSED",
"devDependencies": {
"esbuild": "^0.15.13",
"gitea-release": "git+https://jusax.de/git/jusax23/gitea-release.git",
"jsdoc-to-markdown": "^7.1.1"
}
}