UNPKG

1.22 kBJSONView Raw
1{
2 "name": "@coorpacademy/update-node",
3 "version": "3.7.0",
4 "description": "Update your node dependencies while you sleep",
5 "main": "index.js",
6 "engines": {
7 "node": ">=8.10.0",
8 "npm": "^6.4.1"
9 },
10 "files": [
11 "src",
12 "packages.json",
13 "README.md"
14 ],
15 "bin": {
16 "update-node": "./src/index.js"
17 },
18 "scripts": {
19 "test": "npm run lint && npm run test:unit",
20 "test:unit": "ava",
21 "lint": "eslint src/ *.json --ext .js,.json",
22 "lint:fix": "npm run lint -- --fix",
23 "start": "node ./src/index.js",
24 "update": "node src"
25 },
26 "author": "Coorpacademy Tech Team",
27 "license": "ISC",
28 "dependencies": {
29 "bluebird": "3.5.5",
30 "chalk": "^2.4.2",
31 "find-up": "^4.1.0",
32 "joi": "^14.3.1",
33 "lodash": "4.17.15",
34 "minimatch": "^3.0.4",
35 "pad-stream": "^2.0.0",
36 "pumpify": "^2.0.0",
37 "request": "2.88.0",
38 "semver": "^6.3.0",
39 "shelljs": "0.8.3",
40 "shortstop": "^1.0.3",
41 "shortstop-handlers": "^1.0.1",
42 "split2": "^3.1.1",
43 "through2": "^3.0.1",
44 "yaml": "^1.6.0",
45 "yargs": "^13.2.2"
46 },
47 "devDependencies": {
48 "@coorpacademy/eslint-plugin-coorpacademy": "8.3.1",
49 "ava": "^2.3.0",
50 "eslint": "5.16.0"
51 }
52}