woodpecker-test/package.json

32 lines
906 B
JSON
Raw Normal View History

2022-11-06 20:39:28 +01:00
{
"name": "stear",
"version": "0.5.0",
"description": "A simple js/jsx based Framework",
"main": "index.js",
"directories": {
"example": "example"
},
2022-11-08 14:58:39 +01:00
"type": "module",
2022-11-06 20:39:28 +01:00
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
2022-11-08 20:54:09 +01:00
"serveMenu": "esbuild example/menu/index.js --jsx-factory=s --loader:.js=jsx --loader:.html=text --bundle --minify --servedir=example/menu #--sourcemap"
2022-11-06 20:39:28 +01:00
},
"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": {
2022-11-08 14:58:39 +01:00
"esbuild": "^0.15.12",
"form-data": "^4.0.0",
2022-11-08 20:46:28 +01:00
"gitea-release": "git+https://jusax.de/git/jusax23/gitea-release.git",
2022-11-08 14:58:39 +01:00
"node-fetch": "^3.2.10",
"path": "^0.12.7"
2022-11-06 20:39:28 +01:00
}
}