UNPKG

1.58 kBJSONView Raw
1{
2 "name": "@ifun/deploy",
3 "version": "2.0.0",
4 "auth": "weihome",
5 "description": "deploy tool 项目部署命令行工具",
6 "main": "./bin/index.js",
7 "bin": {
8 "deploy": "./bin/index.js"
9 },
10 "scripts": {
11 "deploy": "node ./bin/index.js",
12 "test": "echo \"Error: no test specified\" && exit 1",
13 "prettier": "eslint --fix"
14 },
15 "lint-staged": {
16 "*.{js,jsx}": [
17 "prettier --tab-width 2 --write",
18 "eslint --fix",
19 "git add"
20 ]
21 },
22 "husky": {
23 "hooks": {
24 "pre-commit": "lint-staged"
25 }
26 },
27 "repository": {
28 "type": "git",
29 "url": "git+https://github.com/weihomechen/deploy-tool.git"
30 },
31 "keywords": [
32 "deploy",
33 "deploy-tool",
34 "command-line-tool",
35 "node",
36 "sh"
37 ],
38 "license": "MIT",
39 "dependencies": {
40 "ali-oss": "^6.1.1",
41 "chalk": "^2.4.2",
42 "child_process": "^1.0.2",
43 "co": "^4.6.0",
44 "commander": "^3.0.1",
45 "fs-extra": "^8.1.0",
46 "inquirer": "^7.0.0"
47 },
48 "directories": {
49 "lib": "lib"
50 },
51 "devDependencies": {
52 "babel-eslint": "^10.0.3",
53 "eslint": "^6.3.0",
54 "eslint-config-standard": "^14.1.0",
55 "eslint-plugin-import": "^2.18.2",
56 "eslint-plugin-node": "^10.0.0",
57 "eslint-plugin-promise": "^4.2.1",
58 "eslint-plugin-standard": "^4.0.1",
59 "husky": "^3.0.5",
60 "prettier": "^1.18.2",
61 "semver": "^6.3.0"
62 },
63 "author": "weihome",
64 "bugs": {
65 "url": "https://github.com/weihomechen/deploy-tool/issues"
66 },
67 "homepage": "https://github.com/weihomechen/deploy-tool#readme",
68 "engines": {
69 "node": ">=8"
70 }
71}
\No newline at end of file