UNPKG

scf-framework

Version:
30 lines (29 loc) 612 B
{ "name": "scf-framework", "version": "1.0.4", "description": "Support Node.js framework for SCF", "main": "./src/index.js", "scripts": { "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/scf-node/scf-framework.git" }, "keywords": [ "Express", "Koa", "SCF", "serverless", "Node.js" ], "author": "wescai", "license": "Apache-2.0", "bugs": { "url": "https://github.com/scf-node/scf-framework/issues" }, "homepage": "https://github.com/scf-node/scf-framework#readme", "dependencies": { "type-is": "^1.6.18" } }