|
40 | 40 | "core-js": "^3.41.0" |
41 | 41 | }, |
42 | 42 | "devDependencies": { |
43 | | - "@premierstacks/eslint-stack": "github:premierstacks/eslint-stack#semver:^2.0", |
44 | | - "@premierstacks/prettier-stack": "github:premierstacks/prettier-stack#semver:^2.0" |
| 43 | + "@premierstacks/eslint-stack": "github:premierstacks/eslint-stack#semver:^3.0", |
| 44 | + "@premierstacks/prettier-stack": "github:premierstacks/prettier-stack#semver:^3.0" |
45 | 45 | }, |
46 | 46 | "type": "module", |
47 | 47 | "sideEffects": false, |
48 | 48 | "main": "./src/index.js", |
49 | 49 | "scripts": { |
50 | | - "check": "npm run lint && npm run dependencies", |
| 50 | + "check": "npm run lint && npm run security", |
51 | 51 | "clean": "npm run clean:npm", |
52 | 52 | "clean:npm": "git clean -xfd ./node_modules ./package-lock.json", |
53 | 53 | "commit": "npm run local && npm run fix && npm run check", |
54 | | - "dependencies": "npm run npm:audit", |
55 | 54 | "fix": "npm run fix:eslint && npm run fix:prettier", |
56 | 55 | "fix:eslint": "eslint --fix .", |
57 | 56 | "fix:prettier": "prettier -w .", |
|
60 | 59 | "lint:prettier": "prettier -c .", |
61 | 60 | "local": "npm run npm:install", |
62 | 61 | "npm:audit": "npm audit --audit-level info --include prod --include dev --include peer --include optional", |
63 | | - "npm:install": "npm install --install-links --include prod --include dev --include peer --include optional", |
64 | | - "npm:update": "npm update --install-links --include prod --include dev --include peer --include optional" |
| 62 | + "npm:install": "npm install --install-links --include prod --include dev --include peer --include optional --ignore-scripts", |
| 63 | + "npm:update": "npm update --install-links --include prod --include dev --include peer --include optional --ignore-scripts", |
| 64 | + "security": "npm run npm:audit" |
65 | 65 | } |
66 | 66 | } |
0 commit comments