We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
type: module
1 parent 59813cf commit 04cd4ccCopy full SHA for 04cd4cc
package.json
@@ -9,6 +9,14 @@
9
"homepage": "https://image.nuxt.com",
10
"license": "MIT",
11
"sideEffects": false,
12
+ "type": "module",
13
+ "exports": {
14
+ ".": {
15
+ "types": "./dist/module.d.ts",
16
+ "import": "./dist/module.mjs",
17
+ "require": "./dist/module.cjs"
18
+ }
19
+ },
20
"main": "./dist/module.mjs",
21
"types": "./dist/module.d.ts",
22
"files": [
0 commit comments