3 Star 0 Fork 0

mirrors_medikoo / serverless-step-functions

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.71 KB
一键复制 编辑 原始数据 按行查看 历史
horike37 提交于 2021-07-31 16:13 . chore: bumped version
{
"name": "serverless-step-functions",
"version": "3.0.0",
"description": "The module is AWS Step Functions plugin for Serverless Framework",
"main": "lib/index.js",
"scripts": {
"test": "mocha \"!(node_modules)/**/*.test.js\"",
"coverage": "nyc npm test",
"lint": "eslint .",
"semantic-release": "semantic-release"
},
"repository": {
"type": "git",
"url": "https://github.com/horike37/serverless-step-functions.git"
},
"keywords": [
"serverless"
],
"author": "horike37",
"license": "MIT",
"bugs": {
"url": "https://github.com/horike37/serverless-step-functions/issues"
},
"homepage": "https://github.com/horike37/serverless-step-functions#readme",
"devDependencies": {
"@commitlint/cli": "^8.3.5",
"@commitlint/config-conventional": "^7.5.0",
"chai": "^3.5.0",
"coveralls": "^3.0.2",
"eslint": "^4.18.2",
"eslint-config-airbnb": "^17.1.1",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.2",
"husky": "^1.3.1",
"lint-staged": "^8.1.4",
"mocha": "^5.2.0",
"mocha-lcov-reporter": "^1.2.0",
"mocha-param": "^2.0.0",
"nyc": "^15.0.0",
"semantic-release": "^17.2.3",
"serverless": "^2.52.0",
"sinon": "^1.17.5"
},
"dependencies": {
"@hapi/joi": "^15.0.2",
"asl-validator": "^1.9.8",
"bluebird": "^3.4.0",
"chalk": "^1.1.1",
"lodash": "^4.17.11"
},
"peerDependencies": {
"serverless": "^2.32.0"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
},
"lint-staged": {
"*.js": [
"eslint"
]
}
}
1
https://gitee.com/mirrors_medikoo/serverless-step-functions.git
git@gitee.com:mirrors_medikoo/serverless-step-functions.git
mirrors_medikoo
serverless-step-functions
serverless-step-functions
master

搜索帮助