|
3 | 3 | "version": "1.5.11", |
4 | 4 | "description": "Production Quality Meteor Deployments", |
5 | 5 | "main": "lib/index.js", |
| 6 | + "type": "module", |
6 | 7 | "repository": { |
7 | 8 | "type": "git", |
8 | 9 | "url": "git+https://github.com/zodern/meteor-up.git" |
|
22 | 23 | "mup": "./index.js" |
23 | 24 | }, |
24 | 25 | "scripts": { |
25 | | - "prepare": "npm run build -s", |
26 | | - "build": "babel src --out-dir lib --copy-files --source-maps", |
27 | | - "build:watch": "npm run build -s -- -w", |
28 | 26 | "test": "node ./tests/run.js", |
29 | | - "test:module": "mocha --require @babel/register", |
| 27 | + "test:module": "mocha", |
30 | 28 | "test:parallel": "bash ./tests/run-parallel.sh", |
31 | | - "test:unit": "cross-env NODE_ENV=test nyc --all mocha --require @babel/register src/**/*.unit.js", |
| 29 | + "test:unit": "cross-env NODE_ENV=test nyc --all mocha src/**/*.unit.js", |
32 | 30 | "lint": "npm run lint:code && npm run lint:defaultConfig && npm run lint:readme && npm run lint:css && npm run lint:docs-configs", |
33 | 31 | "lint:defaultConfig": "eslint --ext=\".sample\" -c .eslintrc.yml --rule=\"comma-dangle: 0\" .", |
34 | 32 | "lint:code": "eslint .", |
|
40 | 38 | "clean-shrinkwrap": "cd tests && node clean-shrinkwrap.js" |
41 | 39 | }, |
42 | 40 | "devDependencies": { |
43 | | - "@babel/cli": "^7.25.7", |
44 | | - "@babel/core": "^7.25.7", |
45 | | - "@babel/plugin-proposal-class-properties": "^7.18.6", |
46 | | - "@babel/plugin-proposal-object-rest-spread": "^7.20.7", |
47 | | - "@babel/plugin-transform-modules-commonjs": "^7.25.7", |
48 | | - "@babel/register": "^7.25.7", |
49 | | - "babel-eslint": "^10.1.0", |
50 | | - "babel-plugin-istanbul": "^6.0.0", |
51 | 41 | "chai": "^4.2.0", |
52 | | - "chai-string": "^1.5.0", |
| 42 | + "chai-string": "^1.6.0", |
53 | 43 | "cross-env": "^6.0.3", |
54 | 44 | "eslint": "^4.19.1", |
55 | 45 | "eslint-config-es": "^0.8.12", |
56 | | - "eslint-plugin-babel": "^5.3.1", |
57 | 46 | "eslint-plugin-markdown": "^1.0.2", |
58 | 47 | "gfm-code-blocks": "^1.0.0", |
59 | 48 | "keypair": "^1.0.1", |
60 | | - "mocha": "^6.2.3", |
| 49 | + "mocha": "^7.2.0", |
61 | 50 | "node-forge": "^0.7.1", |
62 | 51 | "nyc": "^15.0.1", |
63 | 52 | "sinon": "^7.5.0", |
64 | | - "stylelint": "^16.9.0", |
65 | | - "stylelint-config-standard": "^36.0.1" |
| 53 | + "stylelint": "^17.3.0", |
| 54 | + "stylelint-config-standard": "^40.0.0" |
66 | 55 | }, |
67 | 56 | "dependencies": { |
68 | 57 | "@hapi/joi": "^15.1.1", |
69 | 58 | "@zodern/nodemiral": "^2.0.0-beta.1", |
70 | 59 | "axios": "^0.28.1", |
| 60 | + "babel-eslint": "^10.1.0", |
71 | 61 | "bluebird": "^3.7.2", |
72 | 62 | "boxen": "^4.2.0", |
73 | 63 | "chalk": "^3.0.0", |
74 | | - "debug": "^4.1.1", |
| 64 | + "debug": "^4.4.3", |
| 65 | + "eslint-plugin-babel": "^5.3.1", |
75 | 66 | "expand-tilde": "^2.0.2", |
76 | 67 | "global-modules": "^2.0.0", |
77 | 68 | "lodash": "^4.17.21", |
|
81 | 72 | "resolve-from": "^5.0.0", |
82 | 73 | "shell-escape": "^0.2.0", |
83 | 74 | "shelljs": "^0.8.5", |
84 | | - "ssh2": "^1.16.0", |
| 75 | + "ssh2": "^1.17.0", |
85 | 76 | "tar": "6.2", |
86 | | - "traverse": "^0.6.6", |
| 77 | + "traverse": "^0.6.11", |
87 | 78 | "uuid": "^7.0.3", |
88 | | - "www-authenticate": "^0.6.2", |
| 79 | + "www-authenticate": "^0.6.3", |
89 | 80 | "yargs": "^15.4.1" |
90 | 81 | }, |
91 | 82 | "nyc": { |
|
0 commit comments