| 
11 | 11 |   "homepage": "https://github.com/rollup/plugins/tree/master/packages/auto-install/#readme",  | 
12 | 12 |   "bugs": "https://github.com/rollup/plugins/issues",  | 
13 | 13 |   "main": "dist/index.js",  | 
 | 14 | +  "module": "dist/index.es.js",  | 
14 | 15 |   "scripts": {  | 
15 | 16 |     "build": "rollup -c",  | 
16 | 17 |     "ci:coverage": "nyc pnpm run test && nyc report --reporter=text-lcov > coverage.lcov",  | 
17 | 18 |     "ci:lint": "pnpm run build && pnpm run lint",  | 
18 | 19 |     "ci:lint:commits": "commitlint --from=${CIRCLE_BRANCH} --to=${CIRCLE_SHA1}",  | 
19 | 20 |     "ci:test": "pnpm run test -- --verbose",  | 
20 | 21 |     "lint": "pnpm run lint:js && pnpm run lint:docs && pnpm run lint:package",  | 
21 |  | -    "lint:docs": "prettier --single-quote --write README.md",  | 
 | 22 | +    "lint:docs": "prettier --single-quote --arrow-parens avoid --write README.md",  | 
22 | 23 |     "lint:js": "eslint --fix --cache src test --ext .js,.ts",  | 
23 | 24 |     "lint:package": "prettier --write package.json --plugin=prettier-plugin-package",  | 
24 | 25 |     "prebuild": "del-cli dist",  | 
 | 
45 | 46 |     "rollup": "^1.20.0||^2.0.0"  | 
46 | 47 |   },  | 
47 | 48 |   "devDependencies": {  | 
48 |  | -    "@rollup/plugin-node-resolve": "^7.0.0",  | 
49 |  | -    "@rollup/plugin-typescript": "^3.0.0",  | 
 | 49 | +    "@rollup/plugin-node-resolve": "^8.4.0",  | 
 | 50 | +    "@rollup/plugin-typescript": "^5.0.2",  | 
50 | 51 |     "del": "^5.1.0",  | 
51 | 52 |     "node-noop": "^1.0.0",  | 
52 |  | -    "rollup": "^2.0.0"  | 
 | 53 | +    "rollup": "^2.23.0"  | 
53 | 54 |   },  | 
 | 55 | +  "types": "types/index.d.ts",  | 
54 | 56 |   "ava": {  | 
55 |  | -    "compileEnhancements": false,  | 
 | 57 | +    "babel": {  | 
 | 58 | +      "compileEnhancements": false  | 
 | 59 | +    },  | 
56 | 60 |     "extensions": [  | 
57 | 61 |       "ts"  | 
58 | 62 |     ],  | 
 | 
66 | 70 |       "!**/recipes/**",  | 
67 | 71 |       "!**/types.ts"  | 
68 | 72 |     ]  | 
69 |  | -  },  | 
70 |  | -  "module": "dist/index.es.js",  | 
71 |  | -  "types": "types/index.d.ts"  | 
 | 73 | +  }  | 
72 | 74 | }  | 
0 commit comments