|
15 | 15 | "publishConfig": { |
16 | 16 | "access": "public", |
17 | 17 | "exports": { |
18 | | - ".": "./dist/index.mjs", |
19 | | - "./baseCommand": "./dist/baseCommand.mjs", |
20 | | - "./commands/start": "./dist/commands/start.mjs", |
21 | | - "./commands/stop": "./dist/commands/stop.mjs", |
22 | | - "./helper": "./dist/helper.mjs", |
23 | | - "./types": "./dist/types.mjs", |
| 18 | + ".": "./dist/index.js", |
| 19 | + "./baseCommand": "./dist/baseCommand.js", |
| 20 | + "./commands/start": "./dist/commands/start.js", |
| 21 | + "./commands/stop": "./dist/commands/stop.js", |
| 22 | + "./helper": "./dist/helper.js", |
| 23 | + "./types": "./dist/types.js", |
24 | 24 | "./package.json": "./package.json" |
25 | 25 | } |
26 | 26 | }, |
|
87 | 87 | "urllib": "catalog:", |
88 | 88 | "vitest": "catalog:" |
89 | 89 | }, |
90 | | - "main": "./dist/index.mjs", |
91 | | - "module": "./dist/index.mjs", |
92 | | - "types": "./dist/index.d.mts" |
| 90 | + "main": "./dist/index.js", |
| 91 | + "module": "./dist/index.js", |
| 92 | + "types": "./dist/index.d.ts" |
93 | 93 | } |
0 commit comments