UNPKG

@sdesktop/s

Version:

Serverless devs tool, just for desktop.

78 lines (77 loc) 2.03 kB
{ "name": "@sdesktop/s", "version": "0.0.13", "description": "Serverless devs tool, just for desktop.", "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": "MIT", "repository": { "type": "git", "url": "" }, "bugs": { "url": "" }, "scripts": { "watch": "tsc -w", "build": "tsc", "typecheck": "npx tsc -p tsconfig.json --noEmit" }, "main": "./lib/index.js", "dependencies": { "@serverless-devs/core": "latest", "axios": ">=0.21.1", "chalk": "^4.1.1", "fs-extra": "^8.1.0", "js-yaml": "^4.1.0", "lodash": "^4.17.20" }, "devDependencies": { "@types/lodash": "^4.14.168", "@types/fs-extra": "^9.0.1", "@types/inquirer": "^7.3.0", "@types/node": "^14.0.23", "@types/js-yaml": "^3.12.5", "@typescript-eslint/eslint-plugin": "^4.14.1", "@typescript-eslint/parser": "^4.14.1", "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": "^9.1.1", "typescript": "^4.1.3", "eslint-config-prettier": "^7.2.0", "eslint-plugin-import": "^2.20.1", "eslint-plugin-prettier": "^3.1.2", "husky": "^4.2.3", "jest": "^26.4.2", "lint-staged": "^10.0.8", "prettier": "^2.2.1", "semantic-release": "^17.0.4", "babel-eslint": "^10.1.0" }, "lint-staged": { "**/*.{js,jsx,ts}": "f2elint exec eslint" }, "jest": { "preset": "ts-jest", "testEnvironment": "node" } }