UNPKG

infra-cli

Version:
66 lines (65 loc) 1.73 kB
{ "name": "infra-cli", "version": "1.2.0", "description": "infra cli", "main": "./bin/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "lint-staged": "lint-staged", "eslint": "eslint --fix --ext .js ./", "prepare": "husky install" }, "author": "xiang.hong", "license": "MIT", "repository": { "type": "git", "url": "https://git.garena.com/shopee/sz-devops/fe/infra-cli.git" }, "keywords": [ "infra", "React" ], "bugs": { "url": "https://git.garena.com/shopee/sz-devops/fe/infra-cli/-/issues" }, "homepage": "https://git.garena.com/shopee/sz-devops/fe/infra-cli/-/blob/master/README.md", "bin": { "infra": "./bin/index.js" }, "dependencies": { "chalk": "^4.1.2", "commander": "^8.1.0", "cross-spawn": "^7.0.3", "download-git-repo": "^3.0.2", "envinfo": "^7.8.1", "fs-extra": "^10.0.0", "handlebars": "^4.7.7", "infrad": "^4.16.13", "inquirer": "^8.1.2", "metalsmith": "^2.3.0", "node-emoji": "^1.11.0", "node-fetch": "^2.6.1", "ora": "^5.4.1", "request": "^2.88.2", "semver": "^7.3.5", "validate-npm-package-name": "^3.0.0" }, "devDependencies": { "@commitlint/cli": "^13.1.0", "babel-eslint": "^10.0.1", "conventional-changelog-conventionalcommits": "^4.6.0", "eslint": "^7.32.0", "eslint-config-standard": "^16.0.3", "eslint-plugin-import": "^2.24.2", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^5.1.0", "husky": "^7.0.2", "jest": "^24.8.0", "lint-staged": "^11.1.2", "prettier": "^2.3.2", "prettier-eslint-cli": "^5.0.1" }, "lint-staged": { "*.js": "prettier-eslint --write" } }