2 Star 0 Fork 0

serverless-book / helloWorld-aliyun

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 776 Bytes
一键复制 编辑 原始数据 按行查看 历史
yangchun 提交于 2019-03-20 20:43 . last
{
"name": "serverless-aliyun-fc",
"version": "1.0.0",
"description": "serverless-aliyun-fc",
"private": true,
"scripts": {
"start": "./node_modules/.bin/serverless offline --skipCacheInvalidation -s dev",
"debug": "export SLS_DEBUG=* && fun local start -d 3000 --config vscode"
},
"dependencies": {
"raw-body": "^2.3.3"
},
"devDependencies": {
"eslint": "^4.15.0",
"eslint-config-google": "^0.9.1",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"serverless": "^1.26.0",
"serverless-offline": "^3.16.0"
}
}
JavaScript
1
https://gitee.com/serverless-book/helloWorld-aliyun.git
git@gitee.com:serverless-book/helloWorld-aliyun.git
serverless-book
helloWorld-aliyun
helloWorld-aliyun
master

搜索帮助