UNPKG

sdg-http

Version:

pomelo sdg http plugin

38 lines (37 loc) 780 B
{ "name": "sdg-http", "version": "1.0.16", "description": "pomelo sdg http plugin", "main": "./lib/index.js", "types": "./types/index.d.ts", "files": [ "types", "lib", "test" ], "scripts": { "build": "rm -rf lib && rm -rf types && tsc", "test": "echo \\\"Error: no example specified\\\" && exit 1" }, "keywords": [ "pomelo", "sdg", "http", "plugin" ], "author": "colter", "license": "ISC", "dependencies": { "@colter/typescript-rest": "^3.0.3", "body-parser": "^1.19.0", "express": "^4.17.1" }, "devDependencies": { "@types/body-parser": "^1.19.0", "@types/express": "^4.17.11", "@types/node": "^14.14.37", "ts-node": "^9.1.1", "tslib": "^2.2.0", "typescript": "^4.2.4" } }