|
31 | 31 | "test:harmony": "nyc node --harmony --es-staging test",
|
32 | 32 | "posttest": "aud --production",
|
33 | 33 | "lint": "eslint --ext=js,mjs .",
|
34 |
| - "postlint": "tsc -p .", |
| 34 | + "postlint": "tsc -p . && attw -P", |
35 | 35 | "version": "auto-changelog && git add CHANGELOG.md",
|
36 | 36 | "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\""
|
37 | 37 | },
|
|
67 | 67 | "has-tostringtag": "^1.0.1"
|
68 | 68 | },
|
69 | 69 | "devDependencies": {
|
| 70 | + "@arethetypeswrong/cli": "^0.15.1", |
70 | 71 | "@ljharb/eslint-config": "^21.1.0",
|
71 | 72 | "@types/call-bind": "^1.0.5",
|
72 | 73 | "@types/for-each": "^0.3.3",
|
73 | 74 | "@types/gopd": "^1.0.3",
|
74 | 75 | "@types/is-callable": "^1.1.2",
|
75 | 76 | "@types/make-arrow-function": "^1.2.2",
|
76 | 77 | "@types/make-generator-function": "^2.0.3",
|
77 |
| - "@types/node": "^20.11.14", |
| 78 | + "@types/node": "^20.11.25", |
78 | 79 | "@types/tape": "^5.6.4",
|
79 | 80 | "aud": "^2.0.4",
|
80 | 81 | "auto-changelog": "^2.4.0",
|
|
86 | 87 | "npmignore": "^0.3.1",
|
87 | 88 | "nyc": "^10.3.2",
|
88 | 89 | "safe-publish-latest": "^2.0.0",
|
89 |
| - "tape": "^5.7.4", |
90 |
| - "typescript": "^5.4.0-dev.20240131" |
| 90 | + "tape": "^5.7.5", |
| 91 | + "typescript": "next" |
91 | 92 | },
|
92 | 93 | "testling": {
|
93 | 94 | "files": "test/index.js",
|
|
0 commit comments