|
2 | 2 | "name": "@vue/babel-plugin-resolve-type", |
3 | 3 | "version": "1.5.0", |
4 | 4 | "description": "Babel plugin for resolving Vue types.", |
5 | | - "author": "三咲智子 Kevin Deng <[email protected]>", |
| 5 | + "author": "Kevin Deng <[email protected]>", |
6 | 6 | "funding": "https://github.com/sponsors/sxzz", |
7 | 7 | "homepage": "https://github.com/vuejs/babel-plugin-jsx/tree/dev/packages/babel-plugin-resolve-type#readme", |
8 | 8 | "license": "MIT", |
9 | | - "type": "commonjs", |
10 | | - "main": "dist/index.js", |
11 | | - "module": "dist/index.mjs", |
12 | | - "types": "dist/index.d.ts", |
| 9 | + "type": "module", |
| 10 | + "main": "./dist/index.mjs", |
| 11 | + "module": "./dist/index.mjs", |
| 12 | + "types": "./dist/index.d.mts", |
13 | 13 | "exports": { |
14 | | - ".": { |
15 | | - "dev": "./src/index.ts", |
16 | | - "import": "./dist/index.mjs", |
17 | | - "require": "./dist/index.js" |
18 | | - }, |
| 14 | + ".": "./dist/index.mjs", |
19 | 15 | "./package.json": "./package.json" |
20 | 16 | }, |
21 | 17 | "repository": { |
22 | 18 | "type": "git", |
23 | | - "url": "git+https://github.com/vuejs/babel-plugin-jsx.git" |
24 | | - }, |
25 | | - "publishConfig": { |
26 | | - "exports": { |
27 | | - ".": { |
28 | | - "import": "./dist/index.mjs", |
29 | | - "require": "./dist/index.js" |
30 | | - }, |
31 | | - "./package.json": "./package.json" |
32 | | - } |
| 19 | + "url": "git+https://github.com/vuejs/babel-plugin-jsx.git", |
| 20 | + "directory": "packages/babel-plugin-resolve-type" |
33 | 21 | }, |
34 | 22 | "bugs": { |
35 | 23 | "url": "https://github.com/vuejs/babel-plugin-jsx/issues" |
|
0 commit comments