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