|
11 | 11 | "homepage": "https://github.com/rollup/plugins/tree/master/packages/babel#readme", |
12 | 12 | "bugs": "https://github.com/rollup/plugins/issues", |
13 | 13 | "main": "dist/index.js", |
| 14 | + "module": "dist/index.es.js", |
14 | 15 | "engines": { |
15 | 16 | "node": ">= 10.0.0" |
16 | 17 | }, |
|
21 | 22 | "ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}", |
22 | 23 | "ci:test": "pnpm run test -- --verbose", |
23 | 24 | "lint": "pnpm run lint:js && pnpm run lint:docs && pnpm run lint:package", |
24 | | - "lint:docs": "prettier --single-quote --write README.md", |
| 25 | + "lint:docs": "prettier --single-quote --arrow-parens avoid --write README.md", |
25 | 26 | "lint:js": "eslint --fix --cache src test", |
26 | 27 | "lint:package": "prettier --write package.json --plugin=prettier-plugin-package", |
27 | 28 | "prebuild": "del-cli dist", |
|
50 | 51 | "rollup": "^1.20.0||^2.0.0" |
51 | 52 | }, |
52 | 53 | "dependencies": { |
53 | | - "@babel/helper-module-imports": "^7.7.4", |
54 | | - "@rollup/pluginutils": "^3.0.8" |
| 54 | + "@babel/helper-module-imports": "^7.10.4", |
| 55 | + "@rollup/pluginutils": "^3.1.0" |
55 | 56 | }, |
56 | 57 | "devDependencies": { |
57 | | - "@babel/core": "^7.7.4", |
58 | | - "@babel/plugin-external-helpers": "^7.7.4", |
59 | | - "@babel/plugin-proposal-decorators": "^7.7.4", |
60 | | - "@babel/plugin-syntax-dynamic-import": "^7.7.4", |
61 | | - "@babel/plugin-transform-runtime": "^7.7.4", |
62 | | - "@babel/preset-env": "^7.9.0", |
63 | | - "@rollup/plugin-json": "^4.0.0", |
| 58 | + "@babel/core": "^7.10.5", |
| 59 | + "@babel/plugin-external-helpers": "^7.10.4", |
| 60 | + "@babel/plugin-proposal-decorators": "^7.10.5", |
| 61 | + "@babel/plugin-syntax-dynamic-import": "^7.8.3", |
| 62 | + "@babel/plugin-transform-runtime": "^7.10.5", |
| 63 | + "@babel/preset-env": "^7.10.4", |
| 64 | + "@rollup/plugin-json": "^4.1.0", |
64 | 65 | "@types/babel__core": "^7.1.9", |
65 | | - "rollup": "^2.0.0", |
66 | | - "source-map": "^0.6.1" |
| 66 | + "rollup": "^2.23.0", |
| 67 | + "source-map": "^0.7.3" |
67 | 68 | }, |
| 69 | + "types": "types/index.d.ts", |
68 | 70 | "ava": { |
| 71 | + "babel": { |
| 72 | + "compileEnhancements": false |
| 73 | + }, |
69 | 74 | "files": [ |
70 | 75 | "!**/fixtures/**", |
71 | 76 | "!**/helpers/**", |
|
77 | 82 | "Bogdan Chadkin <[email protected]>", |
78 | 83 | "Mateusz Burzyński <[email protected]> (https://github.com/Andarist)" |
79 | 84 | ], |
80 | | - "module": "dist/index.es.js", |
81 | 85 | "peerDependenciesMeta": { |
82 | 86 | "@types/babel__core": { |
83 | 87 | "optional": true |
84 | 88 | } |
85 | | - }, |
86 | | - "types": "types/index.d.ts" |
| 89 | + } |
87 | 90 | } |
0 commit comments