|
13 | 13 | }, |
14 | 14 | "scripts": { |
15 | 15 | "start": "node ./bin/picgo", |
16 | | - "lint": "eslint src --ext .ts", |
17 | | - "test": "echo \"Error: no test specified\" && exit 1", |
| 16 | + "lint": "eslint src --ext .ts && tsc --noEmit", |
18 | 17 | "build": "cross-env NODE_ENV=production rimraf ./dist && rollup -c rollup.config.js", |
19 | 18 | "dev": "cross-env NODE_ENV=development rollup -c rollup.config.js -w", |
20 | 19 | "patch": "npm version patch && git push origin master && git push origin --tags", |
|
56 | 55 | "@rollup/plugin-terser": "^0.4.4", |
57 | 56 | "@rollup/plugin-typescript": "^12.3.0", |
58 | 57 | "@types/cross-spawn": "^6.0.0", |
59 | | - "@types/ejs": "^3.0.5", |
60 | 58 | "@types/fs-extra": "^5.0.4", |
61 | | - "@types/glob": "^7.2.0", |
62 | 59 | "@types/image-size": "^0.0.29", |
63 | 60 | "@types/inquirer": "^0.0.42", |
64 | 61 | "@types/js-yaml": "^4.0.5", |
65 | 62 | "@types/lodash": "^4.14.175", |
66 | 63 | "@types/md5": "^2.1.32", |
67 | 64 | "@types/mime-types": "^2.1.0", |
68 | | - "@types/minimatch": "^3.0.3", |
69 | 65 | "@types/node": "20.19.26", |
70 | 66 | "@types/resolve": "^0.0.8", |
71 | | - "@types/rimraf": "^3.0.0", |
72 | 67 | "@types/tunnel": "^0.0.3", |
73 | 68 | "@typescript-eslint/eslint-plugin": "^8.49.0", |
74 | 69 | "@typescript-eslint/parser": "^8.49.0", |
|
87 | 82 | "rollup": "^4.53.3", |
88 | 83 | "rollup-plugin-copy": "^3.5.0", |
89 | 84 | "rollup-plugin-string": "^3.0.0", |
| 85 | + "rimraf": "^6.1.2", |
90 | 86 | "typescript": "^5.9.3" |
91 | 87 | }, |
92 | 88 | "dependencies": { |
|
95 | 91 | "axios": "^1.13.2", |
96 | 92 | "chalk": "^2.4.1", |
97 | 93 | "commander": "^8.1.0", |
98 | | - "comment-json": "^2.3.1", |
| 94 | + "comment-json": "^4.5.1", |
99 | 95 | "cross-spawn": "^6.0.5", |
100 | 96 | "dayjs": "^1.7.4", |
101 | | - "ejs": "^3.1.10", |
102 | 97 | "form-data": "^4.0.5", |
103 | 98 | "fs-extra": "^6.0.1", |
104 | | - "giget": "^2.0.0", |
105 | | - "globby": "^11.0.4", |
106 | 99 | "image-size": "^0.8.3", |
107 | 100 | "inquirer": "^6.0.0", |
108 | 101 | "is-wsl": "^2.2.0", |
109 | 102 | "js-yaml": "^4.1.0", |
110 | 103 | "lodash": "^4.17.21", |
111 | 104 | "md5": "^2.2.1", |
112 | 105 | "mime-types": "3.0.2", |
113 | | - "minimatch": "^3.0.4", |
114 | 106 | "minimist": "^1.2.5", |
115 | 107 | "resolve": "^1.8.1", |
116 | | - "rimraf": "^6.1.2", |
117 | 108 | "tunnel": "^0.0.6" |
118 | 109 | }, |
119 | 110 | "repository": { |
|
125 | 116 | }, |
126 | 117 | "plugins": {}, |
127 | 118 | "engines": { |
128 | | - "node": ">= 20.0.0" |
| 119 | + "node": ">= 22.12.0" |
129 | 120 | } |
130 | 121 | } |
0 commit comments