|
1 | 1 | { |
2 | 2 | "name": "eslint-plugin-rxjs-x", |
3 | | - "type": "module", |
| 3 | + "type": "commonjs", |
4 | 4 | "version": "0.1.0", |
5 | 5 | "packageManager": "[email protected]+sha512.341db9396b6e289fecc30cd7ab3af65060e05ebff4b3b47547b278b9e67b08f485ecd8c79006b405446262142c7a38154445ef7f17c1d5d1de7d90bf9ce7054d", |
6 | 6 | "description": "ESLint v9+ plugin for RxJS", |
|
28 | 28 | "default": "./dist/index.mjs" |
29 | 29 | }, |
30 | 30 | "require": { |
31 | | - "types": "./dist/index.d.cts", |
32 | | - "default": "./dist/index.cjs" |
| 31 | + "types": "./dist/index.d.ts", |
| 32 | + "default": "./dist/index.js" |
33 | 33 | } |
34 | 34 | } |
35 | 35 | }, |
36 | | - "main": "./dist/index.mjs", |
| 36 | + "main": "./dist/index.js", |
37 | 37 | "module": "./dist/index.mjs", |
38 | 38 | "types": "./dist/index.d.ts", |
39 | 39 | "files": [ |
40 | 40 | "dist", |
41 | 41 | "docs" |
42 | 42 | ], |
43 | 43 | "scripts": { |
44 | | - "build": "unbuild && tsx scripts/postbuild.ts", |
| 44 | + "build": "tsup", |
45 | 45 | "lint": "eslint", |
46 | 46 | "release": "bumpp && yarn run build", |
47 | 47 | "test": "vitest", |
|
52 | 52 | "@typescript-eslint/scope-manager": "^8.12.2", |
53 | 53 | "@typescript-eslint/utils": "^8.12.2", |
54 | 54 | "common-tags": "^1.8.0", |
55 | | - "decamelize": "^5.0.0 || ^6.0.0", |
| 55 | + "decamelize": "^5.0.1", |
56 | 56 | "ts-api-utils": "^1.3.0", |
57 | 57 | "tslib": "^2.1.0" |
58 | 58 | }, |
|
77 | 77 | "eslint-plugin-import-x": "^4.4.0", |
78 | 78 | "eslint-plugin-n": "^17.12.0", |
79 | 79 | "rxjs": "^7.0.0", |
| 80 | + "tsup": "^8.3.5", |
80 | 81 | "tsx": "^4.19.2", |
81 | 82 | "typescript": "~5.6.3", |
82 | 83 | "typescript-eslint": "^8.12.2", |
83 | | - "unbuild": "^2.0.0", |
84 | 84 | "vitest": "^2.1.4" |
85 | 85 | }, |
86 | 86 | "engines": { |
|
0 commit comments