UNPKG

@xsahxl/s

Version:

Serverless devs tool, serverless developer tool, supports Alibaba cloud, AWS, azure, baidu cloud, Huawei cloud, Google cloud and Tencent cloud.

98 lines 2.82 kB
{ "name": "@xsahxl/s", "version": "3.1.1", "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-devs.com", "keywords": [ "serverless", "alibaba", "tencent", "azure", "baidu", "huawei", "google", "function", "faas", "serverless-devs" ], "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" }, "license": "Apache 2.0", "repository": { "type": "git", "url": "https://github.com/Serverless-Devs/Serverless-Devs" }, "bugs": { "url": "https://github.com/Serverless-Devs/Serverless-Devs/issues" }, "scripts": { "start": "npm run watch", "test": "jest --testTimeout 10000", "test:watch": "jest --testTimeout 10000 --watchAll", "format": "prettier --write src/ __tests__/**/*.test.ts", "watch": "npm run build -- --watch", "prebuild": "rm -rf node_modules && npm install --production false", "build": "node ./scripts/build.js", "pkg": "pkg bin/s --out-path releases", "prepublishOnly": "npm run build", "beta": "npm publish --tag=beta", "pub": "npm publish" }, "main": "./lib/index.js", "bin": { "s": "bin/s" }, "engines": { "node": ">=14.14.0" }, "devDependencies": { "@serverless-devs/core": "^0.1.65", "@serverless-devs/credential": "^0.0.2-beta.4", "@serverless-devs/engine": "^0.0.5", "@serverless-devs/load-application": "^0.0.6", "@serverless-devs/load-component": "^0.0.2", "@serverless-devs/logger": "^0.0.2-beta.15", "@serverless-devs/parse-spec": "^0.0.5", "@serverless-devs/registry": "^0.0.3", "@serverless-devs/utils": "^0.0.10", "@types/fs-extra": "^11.0.3", "@types/inquirer": "^9.0.6", "@types/jest": "^29.5.6", "@types/js-yaml": "^4.0.8", "@types/lodash": "^4.14.200", "@types/node": "^20.8.8", "@types/semver": "^7.5.4", "axios": "^1.5.1", "boxen": "^7.1.1", "chalk": "^5.3.0", "commander": "^11.1.0", "dotenv": "^16.3.1", "dotenv-expand": "^10.0.0", "esbuild": "^0.19.5", "fs-extra": "^11.1.1", "global-agent": "^3.0.0", "inquirer": "^9.2.11", "inquirer-autocomplete-prompt": "^3.0.1", "is-docker": "^3.0.0", "jest": "^29.7.0", "js-yaml": "^4.1.0", "latest-version": "^7.0.0", "leven": "^4.0.0", "lodash": "^4.17.21", "pkg": "^5.8.1", "prettier": "^3.0.3", "prettyjson": "^1.2.5", "rimraf": "^5.0.5", "semver": "^7.5.4", "semver-diff": "^4.0.0", "table-layout": "^3.0.2", "ts-jest": "^29.1.1", "ts-node": "^10.9.1", "typescript": "^5.2.2" }, "lint-staged": { "**/*.{js,jsx,ts}": "f2elint exec eslint" } }