|
3 | 3 | "version": "1.2.8", |
4 | 4 | "description": "parse argument options", |
5 | 5 | "main": "index.js", |
6 | | - "devDependencies": { |
7 | | - "@ljharb/eslint-config": "^21.1.1", |
8 | | - "aud": "^2.0.4", |
9 | | - "auto-changelog": "^2.4.0", |
10 | | - "eslint": "=8.8.0", |
11 | | - "in-publish": "^2.0.1", |
12 | | - "npmignore": "^0.3.1", |
13 | | - "nyc": "^10.3.2", |
14 | | - "safe-publish-latest": "^2.0.0", |
15 | | - "tape": "^5.7.5" |
16 | | - }, |
17 | 6 | "scripts": { |
18 | 7 | "prepack": "npmignore --auto --commentLines=auto", |
19 | 8 | "prepublishOnly": "safe-publish-latest", |
|
22 | 11 | "pretest": "npm run lint", |
23 | 12 | "tests-only": "nyc tape 'test/**/*.js'", |
24 | 13 | "test": "npm run tests-only", |
25 | | - "posttest": "aud --production", |
| 14 | + "posttest": "npx npm@\">= 10.2\" audit --production", |
26 | 15 | "version": "auto-changelog && git add CHANGELOG.md", |
27 | 16 | "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" |
28 | 17 | }, |
|
49 | 38 | "url": "https://github.com/sponsors/ljharb" |
50 | 39 | }, |
51 | 40 | "license": "MIT", |
| 41 | + "devDependencies": { |
| 42 | + "@ljharb/eslint-config": "^21.1.1", |
| 43 | + "auto-changelog": "^2.4.0", |
| 44 | + "eslint": "=8.8.0", |
| 45 | + "in-publish": "^2.0.1", |
| 46 | + "npmignore": "^0.3.1", |
| 47 | + "nyc": "^10.3.2", |
| 48 | + "safe-publish-latest": "^2.0.0", |
| 49 | + "tape": "^5.7.5" |
| 50 | + }, |
52 | 51 | "engines": { |
53 | 52 | "node": ">= 0.4" |
54 | 53 | }, |
|
0 commit comments