|
10 | 10 | }, |
11 | 11 | "global": true, |
12 | 12 | "scripts": { |
13 | | - "codecov": "codecov", |
14 | | - "commitmsg": "commitlint -e $GIT_PARAMS", |
15 | | - "build": "babel src/ -d build/ --delete-dir-on-start", |
| 13 | + "codecov": "npx codecov", |
| 14 | + "commitmsg": "npx commitlint -e $GIT_PARAMS", |
| 15 | + "build": "npx babel src/ -d build/ --delete-dir-on-start", |
16 | 16 | "build:prod": "BABEL_ENV=production npm run build", |
17 | | - "lint": "eslint --ext .js .", |
18 | | - "test": "jest", |
| 17 | + "lint": "npx eslint --ext .js .", |
| 18 | + "test": "npx jest", |
19 | 19 | "prepublishOnly": "npm run build:prod", |
20 | | - "gc": "commit", |
21 | | - "semantic-release": "semantic-release", |
22 | | - "travis-deploy-once": "travis-deploy-once" |
| 20 | + "gc": "npx commit", |
| 21 | + "semantic-release": "npx semantic-release", |
| 22 | + "travis-deploy-once": "npx travis-deploy-once" |
23 | 23 | }, |
24 | 24 | "repository": { |
25 | 25 | "type": "git", |
|
37 | 37 | "url": "https://github.com/jaebradley/npm-install-search-cli/issues" |
38 | 38 | }, |
39 | 39 | "homepage": "https://github.com/jaebradley/npm-install-search-cli#readme", |
40 | | - "jest": { |
41 | | - "testEnvironment": "node", |
42 | | - "testPathIgnorePatterns": [ |
43 | | - "<rootDir>/build/", |
44 | | - "<rootDir>/node_modules/" |
45 | | - ], |
46 | | - "collectCoverage": true |
47 | | - }, |
48 | 40 | "license": "MIT", |
49 | 41 | "dependencies": { |
50 | | - "@babel/runtime": "^7.0.0-beta.46", |
51 | | - "axios": "^0.18.0", |
52 | | - "chalk": "^2.3.2", |
| 42 | + "@babel/runtime": "^7.8.4", |
| 43 | + "axios": "^0.19.2", |
| 44 | + "chalk": "^3.0.0", |
53 | 45 | "child-process-promise": "^2.2.1", |
54 | | - "commander": "^2.15.1", |
55 | | - "inquirer": "^6.0.0", |
56 | | - "inquirer-autocomplete-prompt": "^1.0.0", |
57 | | - "npms-client": "^1.0.3" |
| 46 | + "commander": "^4.1.1", |
| 47 | + "inquirer": "^6.5.2", |
| 48 | + "inquirer-autocomplete-prompt": "^1.0.2", |
| 49 | + "npms-client": "^1.0.4" |
58 | 50 | }, |
59 | 51 | "devDependencies": { |
60 | | - "@babel/cli": "^7.0.0-beta.49", |
61 | | - "@babel/core": "^7.0.0-beta.49", |
62 | | - "@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.49", |
63 | | - "@babel/plugin-transform-async-to-generator": "^7.0.0-beta.49", |
64 | | - "@babel/plugin-transform-runtime": "^7.0.0-beta.49", |
65 | | - "@babel/preset-env": "^7.0.0-beta.49", |
66 | | - "@commitlint/cli": "^7.0.0", |
67 | | - "@commitlint/config-angular": "^7.0.1", |
68 | | - "@commitlint/prompt": "^7.0.0", |
69 | | - "@commitlint/prompt-cli": "^7.0.0", |
70 | | - "ajv": "^6.5.0", |
71 | | - "babel-core": "^7.0.0-bridge.0", |
72 | | - "babel-jest": "^23.0.0", |
73 | | - "babel-preset-minify": "^0.4.0", |
74 | | - "codecov": "^3.0.2", |
75 | | - "eslint": "^5.0.0", |
76 | | - "eslint-config-airbnb": "^16.1.0", |
77 | | - "eslint-plugin-import": "^2.9.0", |
78 | | - "eslint-plugin-jsx-a11y": "^6.0.3", |
79 | | - "eslint-plugin-react": "^7.7.0", |
80 | | - "husky": "^0.14.3", |
81 | | - "jest": "^22.4.3", |
82 | | - "semantic-release": "^15.1.4", |
83 | | - "travis-deploy-once": "^5.0.0" |
| 52 | + "@babel/cli": "^7.8.4", |
| 53 | + "@babel/core": "^7.8.4", |
| 54 | + "@babel/plugin-proposal-object-rest-spread": "^7.8.3", |
| 55 | + "@babel/plugin-transform-async-to-generator": "^7.8.3", |
| 56 | + "@babel/plugin-transform-runtime": "^7.8.3", |
| 57 | + "@babel/preset-env": "^7.8.4", |
| 58 | + "@commitlint/cli": "^8.3.5", |
| 59 | + "@commitlint/config-angular": "^8.3.4", |
| 60 | + "@commitlint/prompt": "^8.3.5", |
| 61 | + "@commitlint/prompt-cli": "^8.3.5", |
| 62 | + "ajv": "^6.11.0", |
| 63 | + "babel-jest": "^25.1.0", |
| 64 | + "babel-preset-minify": "^0.5.1", |
| 65 | + "bufferutil": "^4.0.1", |
| 66 | + "canvas": "^2.6.1", |
| 67 | + "codecov": "^3.6.5", |
| 68 | + "eslint": "^6.8.0", |
| 69 | + "eslint-config-airbnb": "^18.0.1", |
| 70 | + "eslint-plugin-import": "^2.20.1", |
| 71 | + "eslint-plugin-jsx-a11y": "^6.2.3", |
| 72 | + "eslint-plugin-react": "^7.18.3", |
| 73 | + "eslint-plugin-react-hooks": "^1.7.0", |
| 74 | + "husky": "^4.2.3", |
| 75 | + "jest": "^25.1.0", |
| 76 | + "semantic-release": "^17.0.3", |
| 77 | + "travis-deploy-once": "^5.0.11", |
| 78 | + "utf-8-validate": "^5.0.2" |
84 | 79 | } |
85 | 80 | } |
0 commit comments