|
1 | 1 | { |
2 | 2 | "name": "isaacus", |
3 | | - "version": "0.8.0", |
| 3 | + "version": "0.9.0", |
4 | 4 | "description": "The official TypeScript library for the Isaacus API", |
5 | 5 | "author": "Isaacus <[email protected]>", |
6 | 6 | "types": "dist/index.d.ts", |
|
17 | 17 | "test": "./scripts/test", |
18 | 18 | "build": "./scripts/build", |
19 | 19 | "prepublishOnly": "echo 'to publish, run yarn build && (cd dist; yarn publish)' && exit 1", |
20 | | - "format": "prettier --write --cache --cache-strategy metadata . !dist", |
| 20 | + "format": "./scripts/format", |
21 | 21 | "prepare": "if ./scripts/utils/check-is-in-git-install.sh; then ./scripts/build && ./scripts/utils/git-swap.sh; fi", |
22 | 22 | "tsn": "ts-node -r tsconfig-paths/register", |
23 | 23 | "lint": "./scripts/lint", |
|
30 | 30 | "@swc/jest": "^0.2.29", |
31 | 31 | "@types/jest": "^29.4.0", |
32 | 32 | "@types/node": "^20.17.6", |
33 | | - "typescript-eslint": "^8.24.0", |
34 | | - "@typescript-eslint/eslint-plugin": "^8.24.0", |
35 | | - "@typescript-eslint/parser": "^8.24.0", |
| 33 | + "typescript-eslint": "8.31.1", |
| 34 | + "@typescript-eslint/eslint-plugin": "8.31.1", |
| 35 | + "@typescript-eslint/parser": "8.31.1", |
36 | 36 | "eslint": "^9.20.1", |
37 | 37 | "eslint-plugin-prettier": "^5.2.3", |
38 | 38 | "eslint-plugin-unused-imports": "^4.1.4", |
|
42 | 42 | "publint": "^0.2.12", |
43 | 43 | "ts-jest": "^29.1.0", |
44 | 44 | "ts-node": "^10.5.0", |
45 | | - "tsc-multi": "https://github.com/stainless-api/tsc-multi/releases/download/v1.1.3/tsc-multi.tgz", |
| 45 | + "tsc-multi": "https://github.com/stainless-api/tsc-multi/releases/download/v1.1.4/tsc-multi-1.1.4.tgz", |
46 | 46 | "tsconfig-paths": "^4.0.0", |
47 | | - "typescript": "^4.8.2" |
| 47 | + "typescript": "5.8.3" |
48 | 48 | }, |
49 | 49 | "resolutions": { |
50 | 50 | "synckit": "0.8.8" |
51 | 51 | }, |
52 | | - "browser": { |
53 | | - "./internal/shims/getBuiltinModule.mjs": "./internal/shims/nullGetBuiltinModule.mjs", |
54 | | - "./internal/shims/getBuiltinModule.js": "./internal/shims/nullGetBuiltinModule.js" |
55 | | - }, |
56 | 52 | "imports": { |
57 | 53 | "isaacus": ".", |
58 | 54 | "isaacus/*": "./src/*" |
|
72 | 68 | "import": "./dist/*.mjs", |
73 | 69 | "require": "./dist/*.js" |
74 | 70 | } |
| 71 | + }, |
| 72 | + "engines": { |
| 73 | + "node": ">= 20" |
75 | 74 | } |
76 | 75 | } |
0 commit comments