|
1 | 1 | { |
2 | 2 | "name": "proggy", |
3 | | - "version": "2.0.0", |
| 3 | + "version": "3.0.0", |
4 | 4 | "files": [ |
5 | 5 | "bin/", |
6 | 6 | "lib/" |
|
9 | 9 | "description": "Progress bar updates at a distance", |
10 | 10 | "repository": { |
11 | 11 | "type": "git", |
12 | | - "url": "https://github.com/npm/proggy.git" |
| 12 | + "url": "git+https://github.com/npm/proggy.git" |
13 | 13 | }, |
14 | 14 | "author": "GitHub Inc.", |
15 | 15 | "license": "ISC", |
|
18 | 18 | "posttest": "npm run lint", |
19 | 19 | "snap": "tap", |
20 | 20 | "postsnap": "eslint lib test --fix", |
21 | | - "lint": "eslint \"**/*.js\"", |
| 21 | + "lint": "npm run eslint", |
22 | 22 | "postlint": "template-oss-check", |
23 | | - "lintfix": "npm run lint -- --fix", |
24 | | - "template-oss-apply": "template-oss-apply --force" |
| 23 | + "lintfix": "npm run eslint -- --fix", |
| 24 | + "template-oss-apply": "template-oss-apply --force", |
| 25 | + "eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"" |
25 | 26 | }, |
26 | 27 | "devDependencies": { |
27 | | - "@npmcli/eslint-config": "^3.0.1", |
28 | | - "@npmcli/template-oss": "4.5.1", |
| 28 | + "@npmcli/eslint-config": "^5.0.0", |
| 29 | + "@npmcli/template-oss": "4.23.3", |
29 | 30 | "chalk": "^4.1.2", |
30 | 31 | "cli-progress": "^3.10.0", |
31 | | - "npmlog": "^6.0.1", |
| 32 | + "npmlog": "^7.0.0", |
32 | 33 | "tap": "^16.0.1" |
33 | 34 | }, |
34 | 35 | "tap": { |
|
39 | 40 | ] |
40 | 41 | }, |
41 | 42 | "engines": { |
42 | | - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" |
| 43 | + "node": "^18.17.0 || >=20.5.0" |
43 | 44 | }, |
44 | 45 | "templateOSS": { |
45 | 46 | "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", |
46 | | - "version": "4.5.1" |
| 47 | + "version": "4.23.3", |
| 48 | + "publish": true |
47 | 49 | } |
48 | 50 | } |
0 commit comments