stear/package.json

28 lines
767 B
JSON
Raw Permalink Normal View History

2022-11-02 14:45:56 +01:00
{
"name": "stear",
"version": "0.5.0",
"description": "A simple js/jsx based Framework",
"main": "index.js",
"directories": {
"example": "example"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
2022-12-07 22:21:00 +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-02 14:45:56 +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-12-07 22:21:00 +01:00
"esbuild": "^0.15.12",
"jsdoc-to-markdown": "^7.1.1"
2022-11-02 14:45:56 +01:00
}
}