|
1 | 1 | { |
2 | 2 | "name": "npm-user-validate", |
3 | | - "version": "2.0.1", |
| 3 | + "version": "3.0.0", |
4 | 4 | "description": "User validations for npm", |
5 | 5 | "main": "lib/index.js", |
6 | 6 | "devDependencies": { |
7 | | - "@npmcli/eslint-config": "^4.0.1", |
8 | | - "@npmcli/template-oss": "4.22.0", |
| 7 | + "@npmcli/eslint-config": "^5.0.0", |
| 8 | + "@npmcli/template-oss": "4.23.3", |
9 | 9 | "tap": "^16.3.2" |
10 | 10 | }, |
11 | 11 | "scripts": { |
12 | 12 | "test": "tap", |
13 | | - "lint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"", |
| 13 | + "lint": "npm run eslint", |
14 | 14 | "postlint": "template-oss-check", |
15 | 15 | "template-oss-apply": "template-oss-apply --force", |
16 | | - "lintfix": "npm run lint -- --fix", |
| 16 | + "lintfix": "npm run eslint -- --fix", |
17 | 17 | "snap": "tap", |
18 | | - "posttest": "npm run lint" |
| 18 | + "posttest": "npm run lint", |
| 19 | + "eslint": "eslint \"**/*.{js,cjs,ts,mjs,jsx,tsx}\"" |
19 | 20 | }, |
20 | 21 | "repository": { |
21 | 22 | "type": "git", |
|
33 | 34 | "lib/" |
34 | 35 | ], |
35 | 36 | "engines": { |
36 | | - "node": "^14.17.0 || ^16.13.0 || >=18.0.0" |
| 37 | + "node": "^18.17.0 || >=20.5.0" |
37 | 38 | }, |
38 | 39 | "templateOSS": { |
39 | 40 | "//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.", |
40 | | - "version": "4.22.0", |
| 41 | + "version": "4.23.3", |
41 | 42 | "publish": true |
42 | 43 | }, |
43 | 44 | "tap": { |
|
0 commit comments