|
8 | 8 | }, |
9 | 9 | "global": true, |
10 | 10 | "scripts": { |
11 | | - "build:production": "BABEL_ENV=production ./node_modules/.bin/rollup -c", |
12 | | - "codecov": "codecov", |
13 | | - "commitmsg": "commitlint -e $GIT_PARAMS", |
14 | | - "lint": "eslint --ext .js .", |
15 | | - "test": "jest --coverage --passWithNoTests", |
| 11 | + "build:production": "BABEL_ENV=production npx rollup -c", |
| 12 | + "codecov": "npx codecov", |
| 13 | + "commitmsg": "npx commitlint -e $GIT_PARAMS", |
| 14 | + "lint": "npx eslint --ext .js .", |
| 15 | + "test": "npx jest --passWithNoTests", |
16 | 16 | "prepublishOnly": "npm run build:production", |
17 | | - "semantic-commit": "commit", |
18 | | - "semantic-release": "semantic-release", |
19 | | - "travis-deploy-once": "travis-deploy-once" |
| 17 | + "semantic-commit": "npx commit", |
| 18 | + "semantic-release": "npx semantic-release", |
| 19 | + "travis-deploy-once": "npx travis-deploy-once" |
20 | 20 | }, |
21 | 21 | "license": "MIT", |
22 | 22 | "repository": { |
|
35 | 35 | "url": "https://github.com/jaebradley/github-languages-cli/issues" |
36 | 36 | }, |
37 | 37 | "homepage": "https://github.com/jaebradley/github-languages-cli#readme", |
38 | | - "jest": { |
39 | | - "testEnvironment": "node" |
40 | | - }, |
41 | 38 | "dependencies": { |
42 | | - "@babel/runtime": "^7.0.0-beta.44", |
43 | | - "chalk": "^2.3.2", |
44 | | - "commander": "^2.15.1", |
45 | | - "github-languages-client": "^1.0.16", |
46 | | - "inquirer": "^6.0.0", |
47 | | - "inquirer-autocomplete-prompt": "^1.0.0" |
| 39 | + "@babel/runtime": "^7.8.4", |
| 40 | + "chalk": "^3.0.0", |
| 41 | + "commander": "^4.1.1", |
| 42 | + "github-languages-client": "^1.0.74", |
| 43 | + "inquirer": "^6.5.2", |
| 44 | + "inquirer-autocomplete-prompt": "^1.0.2" |
48 | 45 | }, |
49 | 46 | "devDependencies": { |
50 | | - "@babel/cli": "^7.0.0-beta.44", |
51 | | - "@babel/core": "^7.0.0-beta.44", |
52 | | - "@babel/plugin-external-helpers": "^7.0.0-beta.54", |
53 | | - "@babel/plugin-transform-async-to-generator": "^7.0.0-beta.44", |
54 | | - "@babel/plugin-transform-runtime": "^7.0.0-beta.44", |
55 | | - "@babel/preset-env": "^7.0.0-beta.44", |
56 | | - "@commitlint/cli": "^7.0.0", |
57 | | - "@commitlint/config-angular": "^7.0.1", |
58 | | - "@commitlint/prompt": "^7.0.0", |
59 | | - "@commitlint/prompt-cli": "^7.0.0", |
60 | | - "babel-core": "^7.0.0-bridge.0", |
61 | | - "babel-jest": "^23.0.0", |
62 | | - "babel-plugin-add-module-exports": "^1.0.0", |
63 | | - "babel-preset-minify": "^0.4.0", |
64 | | - "codecov": "^3.0.2", |
65 | | - "eslint": "^5.0.1", |
66 | | - "eslint-config-airbnb-base": "^13.0.0", |
67 | | - "eslint-plugin-import": "^2.13.0", |
68 | | - "husky": "^0.14.3", |
69 | | - "jest": "^22.4.3", |
70 | | - "rollup": "^0.64.0", |
71 | | - "rollup-plugin-analyzer": "^2.1.0", |
72 | | - "rollup-plugin-babel": "^4.0.0-beta.7", |
73 | | - "rollup-plugin-babel-minify": "^6.0.0", |
74 | | - "rollup-plugin-cleaner": "^0.2.0", |
75 | | - "rollup-plugin-commonjs": "^9.1.3", |
76 | | - "rollup-plugin-filesize": "^5.0.0", |
| 47 | + "@babel/cli": "^7.8.4", |
| 48 | + "@babel/core": "^7.8.4", |
| 49 | + "@babel/plugin-external-helpers": "^7.8.3", |
| 50 | + "@babel/plugin-transform-async-to-generator": "^7.8.3", |
| 51 | + "@babel/plugin-transform-runtime": "^7.8.3", |
| 52 | + "@babel/preset-env": "^7.8.4", |
| 53 | + "@commitlint/cli": "^8.3.5", |
| 54 | + "@commitlint/config-angular": "^8.3.4", |
| 55 | + "@commitlint/prompt": "^8.3.5", |
| 56 | + "@commitlint/prompt-cli": "^8.3.5", |
| 57 | + "@rollup/plugin-commonjs": "^11.0.2", |
| 58 | + "@rollup/plugin-node-resolve": "^7.1.1", |
| 59 | + "babel-jest": "^25.1.0", |
| 60 | + "babel-plugin-add-module-exports": "^1.0.2", |
| 61 | + "babel-preset-minify": "^0.5.1", |
| 62 | + "codecov": "^3.6.5", |
| 63 | + "eslint": "^6.8.0", |
| 64 | + "eslint-config-airbnb-base": "^14.0.0", |
| 65 | + "eslint-plugin-import": "^2.20.1", |
| 66 | + "husky": "^4.2.3", |
| 67 | + "jest": "^25.1.0", |
| 68 | + "rollup": "^1.31.1", |
| 69 | + "rollup-plugin-analyzer": "^3.2.2", |
| 70 | + "rollup-plugin-babel": "^4.3.3", |
| 71 | + "rollup-plugin-babel-minify": "^9.1.1", |
| 72 | + "rollup-plugin-cleaner": "^1.0.0", |
| 73 | + "rollup-plugin-filesize": "^6.2.1", |
| 74 | + "rollup-plugin-hashbang": "^2.2.2", |
77 | 75 | "rollup-plugin-includepaths": "^0.2.3", |
78 | | - "rollup-plugin-json": "^3.0.0", |
| 76 | + "rollup-plugin-json": "^4.0.0", |
79 | 77 | "rollup-plugin-local-resolve": "^1.0.7", |
80 | | - "rollup-plugin-node-resolve": "^3.3.0", |
81 | | - "rollup-plugin-preserve-shebang": "^0.1.6", |
82 | | - "rollup-plugin-shebang": "^0.1.5", |
83 | | - "rollup-plugin-terser": "^3.0.0", |
84 | | - "semantic-release": "^15.1.5", |
85 | | - "travis-deploy-once": "^5.0.0" |
| 78 | + "semantic-release": "^17.0.3", |
| 79 | + "travis-deploy-once": "^5.0.11" |
86 | 80 | } |
87 | 81 | } |
0 commit comments