thingy-sci-base
Version:
A basic express abstraction for service thingies to directly inject post routes and handlers.
30 lines • 772 B
JSON
{
"name": "thingy-sci-base",
"version": "0.0.11",
"description": "A basic express abstraction for service thingies to directly inject post routes and handlers.",
"main": "index.js",
"keywords": [
"thingy",
"post",
"sci",
"express",
"rest"
],
"author": "Lenard Frommelt lenard@frommelt.dev",
"license": "CC0",
"repository": {
"type": "git",
"url": "git+https://github.com/JhonnyJason/thingy-sci-base-output.git"
},
"bugs": {
"url": "https://github.com/JhonnyJason/thingy-sci-base/issues"
},
"homepage": "https://github.com/JhonnyJason/thingy-sci-base-output#readme",
"dependencies": {
"express": "^4.21.2"
},
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}