pinus-http-plugin
Version:
32 lines (31 loc) • 674 B
JSON
{
"name": "pinus-http-plugin",
"version": "1.0.22",
"description": "",
"main": "./dist/index",
"types": "index",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node_modules/.bin/tsc"
},
"keywords": [
"pinus",
"express",
"http",
"plugin"
],
"author": "1246009209@qq.com",
"license": "ISC",
"dependencies": {
"@types/node": "^12.0.2",
"body-parser": "^1.19.0",
"cookie-parser": "~1.4.3",
"debug": "~2.6.9",
"errorhandler": "^1.5.1",
"express": "~4.16.0",
"http-errors": "~1.6.2",
"method-override": "^3.0.0",
"morgan": "~1.9.0",
"pug": "2.0.0-beta11"
}
}