|
25 | 25 | } |
26 | 26 | }, |
27 | 27 | "scripts": { |
28 | | - "test": "ts-mocha src/**/*.spec.ts", |
| 28 | + "test": "ts-mocha", |
29 | 29 | "clean": "rm -rf ./dist", |
30 | 30 | "build": "npm run clean && pkgroll --src source/ && cp source/migrations/ dist/ -r && npm run mjs-fix-prepend", |
31 | 31 | "lint": "prettier --check .", |
32 | 32 | "lint-autofix": "prettier --write .", |
33 | 33 | "prepack": "npm run build", |
34 | 34 | "prepare": "husky install", |
35 | | - "generate-dev-licenses": "./node_modules/license-checker-rseidelsohn/bin/license-checker-rseidelsohn --limitAttributes licenses,repository,publisher,email --json --development > third_party_licenses/dev_detailed.json && ./node_modules/license-checker-rseidelsohn/bin/license-checker-rseidelsohn --summary --development > third_party_licenses/dev_summary.txt", |
36 | | - "generate-production-licenses": "./node_modules/license-checker-rseidelsohn/bin/license-checker-rseidelsohn --limitAttributes licenses,repository,publisher,email --json --production > third_party_licenses/production_detailed.json && ./node_modules/license-checker-rseidelsohn/bin/license-checker-rseidelsohn --summary --production > third_party_licenses/production_summary.txt", |
| 35 | + "generate-dev-licenses": "license-checker-rseidelsohn --limitAttributes licenses,repository,publisher,email --json --development > third_party_licenses/dev_detailed.json && license-checker-rseidelsohn --summary --development > third_party_licenses/dev_summary.txt", |
| 36 | + "generate-production-licenses": "license-checker-rseidelsohn --limitAttributes licenses,repository,publisher,email --json --production > third_party_licenses/production_detailed.json && license-checker-rseidelsohn --summary --production > third_party_licenses/production_summary.txt", |
37 | 37 | "generate-licenses": "npm run generate-dev-licenses && npm run generate-production-licenses", |
38 | 38 | "mjs-fix-prepend": "printf '%s\\n%s\\n' \"import { dirname } from 'path'\nimport { fileURLToPath } from 'url';\nconst __dirname = dirname(fileURLToPath(import.meta.url));\n\" \"$(cat dist/index.mjs)\" > dist/index.mjs" |
39 | 39 | }, |
|
72 | 72 | "@express-rate-limit/prettier": "1.1.1", |
73 | 73 | "@express-rate-limit/tsconfig": "1.0.2", |
74 | 74 | "@types/chai": "4.3.6", |
75 | | - "@types/express": "4.17.17", |
76 | | - "@types/mocha": "10.0.1", |
77 | | - "@types/sinon": "10.0.16", |
78 | | - "chai": "4.3.8", |
79 | | - "express-rate-limit": "7.4.0", |
80 | | - "global-jsdom": "9.2.0", |
| 75 | + "@types/express": "5.0.6", |
| 76 | + "@types/mocha": "10.0.10", |
| 77 | + "@types/sinon": "21.0.0", |
| 78 | + "chai": "4.5.0", |
| 79 | + "ts-mocha": "^11.1.0", |
| 80 | + "express-rate-limit": "8.3.0", |
| 81 | + "global-jsdom": "29.0.0", |
81 | 82 | "husky": "8.0.3", |
82 | | - "license-checker-rseidelsohn": "4.2.7", |
83 | | - "lint-staged": "15.2.10", |
| 83 | + "license-checker-rseidelsohn": "4.4.2", |
| 84 | + "lint-staged": "16.4.0", |
84 | 85 | "mocha": "11.7.5", |
85 | | - "pkgroll": "2.12.1", |
86 | | - "prettier": "3.0.3", |
87 | | - "sinon": "16.0.0", |
88 | | - "ts-mocha": "11.1.0", |
89 | | - "ts-node": "10.9.1", |
90 | | - "typescript": "5.2.2" |
| 86 | + "pkgroll": "2.27.0", |
| 87 | + "prettier": "3.8.1", |
| 88 | + "sinon": "21.0.3", |
| 89 | + "ts-node": "10.9.2", |
| 90 | + "typescript": "5.9.3" |
| 91 | + }, |
| 92 | + "overrides": { |
| 93 | + "serialize-javascript": "^7.0.4", |
| 94 | + "diff": "^8.0.3" |
91 | 95 | }, |
92 | 96 | "prettier": "@express-rate-limit/prettier", |
93 | 97 | "lint-staged": { |
|
0 commit comments