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