serverless-aliyun-function-compute
Version:
Provider plugin for the Serverless Framework v1.x which adds support for Aliyun Function Compute
41 lines (40 loc) • 1.06 kB
JSON
{
"name": "serverless-aliyun-function-compute",
"version": "1.2.6",
"description": "Provider plugin for the Serverless Framework v1.x which adds support for Aliyun Function Compute",
"main": "index.js",
"scripts": {
"test": "jest",
"lint": "eslint --fix deploy info invoke logs package provider remove shared test index.js",
"postinstall": "node bin/npm-postinstall"
},
"keywords": [
"serverless",
"framework",
"function",
"compute"
],
"author": "Joyee Cheung <joyeec9h3@gmail.com>",
"license": "MIT",
"dependencies": {
"@alicloud/cloudapi": "^1.1.0",
"@alicloud/fc": "^1.1.0",
"@alicloud/log": "^1.0.0",
"@alicloud/ram": "^1.0.0",
"ali-oss": "^4.8.0",
"chalk": "^2.0.1",
"ci-info": "^2.0.0",
"co": "^4.6.0",
"conf": "^6.0.1",
"detect-mocha": "^0.1.0",
"fs-extra": "^3.0.1",
"ini": "^1.3.4",
"lodash": "^4.17.15",
"universal-analytics": "^0.4.20"
},
"devDependencies": {
"eslint": "^4.6.1",
"jest": "^20.0.4",
"sinon": "^2.4.1"
}
}