keeno-rest
Version:
initializes express Rest API
36 lines • 821 B
JSON
{
"name": "keeno-rest",
"version": "0.1.0",
"description": "initializes express Rest API",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/miketerry-org/keeno-rest.git"
},
"keywords": [
"keeno",
"rest",
"api",
"express"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/miketerry-org/keeno-rest/issues"
},
"homepage": "https://github.com/miketerry-org/keeno-rest#readme",
"dependencies": {
"cors": "^2.8.5",
"express": "^5.1.0",
"express-rate-limit": "^7.5.0",
"helmet": "^8.1.0",
"hpp": "^0.2.3",
"morgan": "^1.10.0",
"keeno-system": "0.2.2",
"keeno-env": "0.2.5",
"keeno-schema": "0.4.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}