|
21 | 21 | },
|
22 | 22 | "exports": {
|
23 | 23 | ".": {
|
24 |
| - "types": "./dist/types.d.ts", |
| 24 | + "types": "./dist/types.d.mts", |
25 | 25 | "import": "./dist/module.mjs",
|
26 | 26 | "require": "./dist/module.cjs"
|
27 | 27 | },
|
|
34 | 34 | "import": "./dist/content.mjs"
|
35 | 35 | }
|
36 | 36 | },
|
| 37 | + "module": "./dist/module.mjs", |
37 | 38 | "main": "./dist/module.cjs",
|
38 | 39 | "types": "./dist/types.d.ts",
|
39 | 40 | "typesVersions": {
|
|
56 | 57 | "lint": "eslint . --fix",
|
57 | 58 | "release": "pnpm build && bumpp && pnpm -r publish --access public",
|
58 | 59 | "test": " pnpm dev:prepare && nuxi prepare test/fixtures/basic && nuxi prepare test/fixtures/i18n && vitest",
|
59 |
| - "typecheck": "pnpm dev:prepare && tsc --noEmit && npx vue-tsc --noEmit --strict" |
| 60 | + "typecheck": "pnpm dev:prepare && tsc --noEmit && npx vue-tsc --noEmit --strict", |
| 61 | + "test:attw": "attw --pack" |
60 | 62 | },
|
61 | 63 | "dependencies": {
|
62 | 64 | "@nuxt/kit": "^3.16.0",
|
|
71 | 73 | "devDependencies": {
|
72 | 74 | "@antfu/eslint-config": "^4.10.1",
|
73 | 75 | "@nuxt/content": "^3.3.0",
|
| 76 | + "@arethetypeswrong/cli": "0.17.4", |
74 | 77 | "@nuxt/module-builder": "^0.8.4",
|
75 | 78 | "@nuxt/schema": "3.16.0",
|
76 | 79 | "@nuxt/test-utils": "^3.17.2",
|
|
0 commit comments