sardines-service-provider-http
Version:
A built-in service provider for sardines.js
50 lines (49 loc) • 1.47 kB
JSON
{
"author": {
"email": "robin@naturewake.com",
"name": "Robin Sun"
},
"bugs": {
"url": "https://github.com/robin-98/sardines.service-provider.http.js/issues"
},
"dependencies": {
"@types/formidable": "^1.0.31",
"@types/koa": "^2.11.0",
"@types/koa-router": "^7.0.42",
"@types/koa-send": "^4.1.2",
"@types/koa2-cors": "^2.0.1",
"@types/node": "^12.6.9",
"chalk": "^2.4.2",
"formidable": "^1.2.1",
"koa": "^2.11.0",
"koa-router": "^7.4.0",
"koa-send": "^5.0.0",
"koa2-cors": "^2.0.6",
"sardines-core": "*",
"typescript": "^3.4.5",
"webrew-helpers-log": "0.0.7"
},
"description": "A built-in service provider for sardines.js",
"devDependencies": {},
"homepage": "https://github.com/robin-98/sardines.service-provider.http.js#readme",
"keywords": [
"Free-to-Decompose",
"distributed",
"framework",
"FaaS"
],
"license": "ISC",
"main": "lib/index.js",
"type": "lib/index.d.ts",
"name": "sardines-service-provider-http",
"repository": {
"type": "git",
"url": "git+https://github.com/robin-98/sardines.service-provider.http.js.git"
},
"scripts": {
"build": "npm run clear && tsc --build conf/tsconfig.json",
"clear": "rm -rf lib",
"prepublish": "npm run build"
},
"version": "1.0.36"
}