UNPKG

@restmatic/server

Version:

The core Pomegranate plugins for RestMatic

55 lines (54 loc) 1.37 kB
{ "name": "@restmatic/server", "version": "0.3.0", "description": "The core Pomegranate plugins for RestMatic", "main": "index.js", "files": [ "index.d.ts", "index.js.map", "Plugins/**/*", "Readme.md", "LICENCE" ], "scripts": { "prepublishOnly": "tsc", "test": "jest", "docs": "typedoc --mode file --theme minimal --target ES6 --out docs src" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/restmatic/server.git" }, "keywords": [ "Pomegranate", "Web Framework", "Express" ], "author": "Jim Bulkowski <jim.b@paperelectron.com> (http://paperelectron.com)", "license": "MIT", "bugs": { "url": "https://github.com/restmatic/server/issues" }, "homepage": "https://github.com/restmatic/server#readme", "devDependencies": { "@types/body-parser": "^1.17.0", "@types/express": "^4.16.1", "@types/jest": "^24.0.11", "@types/lodash": "^4.14.123", "@types/morgan": "^1.7.35", "jest": "^24.5.0", "ts-jest": "^24.0.0", "typescript": "^3.3.4000" }, "dependencies": { "@pomegranate/plugin-tools": "^2.0.7", "body-parser": "^1.18.3", "compression": "^1.7.4", "express": "^4.16.4", "lodash": "^4.17.11", "lodash-fun": "^1.6.1", "morgan": "^1.9.1", "response-time": "^2.3.2", "serve-static": "^1.13.2" } }