|
19 | 19 | "bugs": { |
20 | 20 | "url": "https://github.com/TomerAberbach/rollup-plugin-tree-shakeable/issues" |
21 | 21 | }, |
| 22 | + "funding": { |
| 23 | + "url": "https://github.com/sponsors/TomerAberbach" |
| 24 | + }, |
22 | 25 | "license": "Apache-2.0 AND MIT", |
23 | 26 | "files": [ |
24 | 27 | "dist", |
|
29 | 32 | "type": "module", |
30 | 33 | "sideEffects": false, |
31 | 34 | "engines": { |
32 | | - "node": ">= 18" |
| 35 | + "node": ">= 22" |
33 | 36 | }, |
34 | 37 | "exports": { |
35 | | - "types": "./dist/index.d.ts", |
36 | | - "import": "./dist/index.js" |
| 38 | + ".": { |
| 39 | + "types": "./dist/index.d.ts", |
| 40 | + "default": "./dist/index.js" |
| 41 | + }, |
| 42 | + "./package.json": "./package.json" |
37 | 43 | }, |
38 | | - "types": "./dist/index.d.ts", |
39 | | - "module": "./dist/index.js", |
40 | 44 | "scripts": { |
41 | | - "prepare": "tomer install", |
42 | | - "format": "tomer format", |
43 | | - "lint": "tomer lint", |
44 | | - "typecheck": "tomer typecheck", |
45 | | - "test": "tomer test", |
46 | | - "build": "tomer build", |
47 | | - "clean": "tomer clean dist", |
48 | | - "prepublishOnly": "tomer build" |
| 45 | + "format": "prettier --cache --write .", |
| 46 | + "lint": "eslint --cache --cache-location node_modules/.cache/eslint/ --fix .", |
| 47 | + "typecheck": "tsc --noEmit", |
| 48 | + "test": "vitest", |
| 49 | + "coverage": "vitest --coverage", |
| 50 | + "bench": "vitest bench", |
| 51 | + "build": "tsdown" |
49 | 52 | }, |
50 | | - "prettier": "tomer/prettier", |
| 53 | + "prettier": "@tomer/prettier-config", |
51 | 54 | "dependencies": { |
52 | | - "@types/node": "^22.7.7", |
| 55 | + "@types/node": "^24.3.0", |
53 | 56 | "estree-walker": "^3.0.3", |
54 | | - "magic-string": "^0.30.12" |
| 57 | + "magic-string": "^0.30.18" |
55 | 58 | }, |
56 | 59 | "devDependencies": { |
57 | | - "@types/estree": "^1.0.6", |
58 | | - "@vitest/coverage-v8": "^2.1.3", |
59 | | - "esbuild": "^0.24.0", |
60 | | - "eslint": "^8.57.1", |
61 | | - "prettier": "^3.3.3", |
62 | | - "rollup": "^4.24.0", |
63 | | - "tomer": "^4.4.0", |
64 | | - "typescript": "^5.6.3", |
65 | | - "vitest": "^2.1.3" |
| 60 | + "@tomer/eslint-config": "^4.1.1", |
| 61 | + "@tomer/prettier-config": "^4.0.0", |
| 62 | + "@types/estree": "^1.0.8", |
| 63 | + "@vitest/coverage-v8": "^3.2.4", |
| 64 | + "esbuild": "^0.25.9", |
| 65 | + "eslint": "^9.34.0", |
| 66 | + "prettier": "^3.6.2", |
| 67 | + "rollup": "^4.50.0", |
| 68 | + "tsdown": "^0.14.2", |
| 69 | + "typescript": "^5.9.2", |
| 70 | + "vitest": "^3.2.4" |
66 | 71 | } |
67 | 72 | } |
0 commit comments