woodpecker-test/package.json
jusax23 48880a469b
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
test
2022-11-08 20:54:09 +01:00

31 lines
906 B
JSON

{
"name": "stear",
"version": "0.5.0",
"description": "A simple js/jsx based Framework",
"main": "index.js",
"directories": {
"example": "example"
},
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"serveMenu": "esbuild example/menu/index.js --jsx-factory=s --loader:.js=jsx --loader:.html=text --bundle --minify --servedir=example/menu #--sourcemap"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/jusax23/stear.git"
},
"author": "jusax23",
"license": "UNLICENSED",
"bugs": {
"url": "https://gitlab.com/jusax23/stear/issues"
},
"homepage": "https://gitlab.com/jusax23/stear#readme",
"devDependencies": {
"esbuild": "^0.15.12",
"form-data": "^4.0.0",
"gitea-release": "git+https://jusax.de/git/jusax23/gitea-release.git",
"node-fetch": "^3.2.10",
"path": "^0.12.7"
}
}