@serverless-dev/s
Version:
Serverless devs tool, serverless developer tool, supports Alibaba cloud, AWS, azure, baidu cloud, Huawei cloud, Google cloud and Tencent cloud.
87 lines (86 loc) • 2.15 kB
JSON
{
"name": "@serverless-dev/s",
"version": "0.0.5",
"description": "Serverless devs tool, serverless developer tool, supports Alibaba cloud, AWS, azure, baidu cloud, Huawei cloud, Google cloud and Tencent cloud.",
"homepage": "https://www.serverless.cn",
"keywords": [
"serverless",
"alibaba",
"tencent",
"azure",
"baidu",
"huawei",
"google",
"function",
"faas",
"serverless-devs"
],
"publishConfig": {
"access": "public"
},
"license": "MIT",
"repository": {
"type": "git",
"url": ""
},
"bugs": {
"email": "service@serverlessfans.com"
},
"bin": {
"s": "./bin/s"
},
"main": "",
"typings": "",
"scripts": {
"watch": "tsc -w -p compile.tsconfig.json",
"test": "nyc mocha -r ts-node/register scripts/tests/**/*.ts",
"lint": "eslint --ext .js,.ts,.tsx ",
"lint:fix": "eslint --fix --ext .js,.ts,.tsx ",
"build": "tsc -p compile.tsconfig.json",
"release": "rm -rf ./lib && tsc -p compile.tsconfig.json && npm publish",
"release-ignore": "npm publish"
},
"lint-staged": {
"**/*.{js,ts,tsx}": [
"npm run lint:fix",
"git add ."
],
"**/*.{css,html,js,json,md,yaml,yml}": [
"npm run prettier:fix",
"git add ."
]
},
"dependencies": {
"adm-zip": "^0.4.16",
"axios": "^0.19.2",
"colors": "^1.4.0",
"commander": "^6.0.0",
"download": "^7.1.0",
"express": "^4.17.1",
"fs-extra": "^8.1.0",
"i18n": "^0.12.0",
"inquirer": "^7.3.3",
"js-yaml": "^3.14.0",
"request": "^2.88.2",
"single-line-log": "^1.1.2"
},
"devDependencies": {
"@types/assert": "^1.5.1",
"@types/chai": "^4.2.12",
"@types/download": "^6.2.4",
"@types/fs-extra": "^9.0.1",
"@types/inquirer": "^7.3.0",
"@types/mocha": "^8.0.1",
"@types/node": "^14.0.23",
"@typescript-eslint/eslint-plugin": "^3.10.0",
"@typescript-eslint/parser": "^3.10.0",
"chai": "^4.2.0",
"eslint": "^7.7.0",
"mocha": "^8.1.1",
"nyc": "^15.1.0",
"sinon": "^9.0.2",
"sinon-chai": "^3.5.0",
"ts-node": "^8.10.2",
"typescript": "^3.9.7"
}
}