|
37 | 37 | "@types/yauzl": "^2.9.1",
|
38 | 38 | "@typescript-eslint/eslint-plugin": "3.7.0",
|
39 | 39 | "@typescript-eslint/parser": "3.7.0",
|
| 40 | + "@types/cross-spawn": "^6.0.2", |
| 41 | + "@types/debug": "^4.1.5", |
| 42 | + "@types/dedent": "^0.7.0", |
| 43 | + "@types/find-cache-dir": "^3.2.0", |
| 44 | + "@types/find-package-json": "^1.1.1", |
| 45 | + "@types/lockfile": "^1.0.1", |
| 46 | + "@types/md5-file": "^4.0.2", |
| 47 | + "@types/mkdirp": "^1.0.1", |
| 48 | + "@types/semver": "^7.3.3", |
| 49 | + "@types/uuid": "^8.0.0", |
40 | 50 | "cross-env": "^7.0.2",
|
41 | 51 | "eslint": "7.5.0",
|
42 | 52 | "eslint-config-prettier": "6.11.0",
|
|
49 | 59 | "typescript": "^3.9.7"
|
50 | 60 | },
|
51 | 61 | "dependencies": {
|
52 |
| - "@types/cross-spawn": "^6.0.2", |
53 |
| - "@types/debug": "^4.1.5", |
54 |
| - "@types/dedent": "^0.7.0", |
55 |
| - "@types/find-cache-dir": "^3.2.0", |
56 |
| - "@types/find-package-json": "^1.1.1", |
57 |
| - "@types/lockfile": "^1.0.1", |
58 |
| - "@types/md5-file": "^4.0.2", |
59 |
| - "@types/mkdirp": "^1.0.1", |
60 |
| - "@types/semver": "^7.3.3", |
61 | 62 | "@types/tmp": "^0.2.0",
|
62 |
| - "@types/uuid": "^8.0.0", |
63 | 63 | "camelcase": "^6.0.0",
|
64 | 64 | "cross-spawn": "^7.0.3",
|
65 | 65 | "debug": "^4.1.1",
|
|
0 commit comments