|
24 | 24 | "url": "https://github.com/hatsyjs/hatsy/issues" |
25 | 25 | }, |
26 | 26 | "type": "module", |
27 | | - "main": "./dist/hatsy.cjs", |
28 | | - "module": "./dist/hatsy.js", |
| 27 | + "main": "./dist/hatsy.js", |
29 | 28 | "types": "./index.d.ts", |
30 | 29 | "exports": { |
31 | | - ".": { |
32 | | - "import": "./dist/hatsy.js", |
33 | | - "require": "./dist/hatsy.cjs" |
34 | | - }, |
35 | | - "./core": { |
36 | | - "import": "./dist/hatsy.core.js", |
37 | | - "require": "./dist/hatsy.core.cjs" |
38 | | - }, |
| 30 | + ".": "./dist/hatsy.js", |
| 31 | + "./core": "./dist/hatsy.core.js", |
39 | 32 | "./package.json": "./package.json", |
40 | | - "./testing": { |
41 | | - "import": "./dist/hatsy.testing.js", |
42 | | - "require": "./dist/hatsy.testing.cjs" |
43 | | - } |
| 33 | + "./testing": "./dist/hatsy.testing.js" |
44 | 34 | }, |
45 | 35 | "dependencies": { |
46 | 36 | "@frontmeans/httongue": "^2.2.0", |
|
51 | 41 | "node": ">=12" |
52 | 42 | }, |
53 | 43 | "devDependencies": { |
| 44 | + "@jest/globals": "^27.0.1", |
54 | 45 | "@rollup/plugin-commonjs": "^19.0.0", |
55 | 46 | "@rollup/plugin-node-resolve": "^13.0.0", |
56 | 47 | "@run-z/eslint-config": "^1.2.1", |
57 | 48 | "@run-z/rollup-helpers": "^1.1.0", |
58 | | - "@types/jest": "^26.0.23", |
59 | 49 | "@types/node": "^12.20.13", |
60 | 50 | "@typescript-eslint/eslint-plugin": "^4.25.0", |
61 | 51 | "@typescript-eslint/parser": "^4.25.0", |
62 | 52 | "eslint": "^7.27.0", |
63 | 53 | "eslint-plugin-jest": "^24.3.6", |
64 | 54 | "gh-pages": "^3.2.0", |
65 | | - "jest": "^26.6.3", |
| 55 | + "jest": "^27.0.1", |
66 | 56 | "jest-junit": "^12.1.0", |
67 | | - "rollup": "^2.50.0", |
| 57 | + "jest-mock": "^27.0.1", |
| 58 | + "rollup": "^2.50.1", |
68 | 59 | "rollup-plugin-flat-dts": "^1.2.1", |
69 | 60 | "rollup-plugin-sourcemaps": "^0.6.3", |
70 | 61 | "rollup-plugin-typescript2": "^0.30.0", |
71 | 62 | "run-z": "^1.7.2", |
72 | 63 | "shx": "^0.3.3", |
73 | | - "ts-jest": "^26.5.6", |
| 64 | + "ts-jest": "^27.0.0", |
74 | 65 | "tslib": "^2.2.0", |
75 | 66 | "typedoc": "^0.20.36", |
76 | 67 | "typescript": "^4.3.1-rc" |
|
0 commit comments