|
23 | 23 | "type": "git", |
24 | 24 | "url": "https://github.com/dnotes/quickpickle.git" |
25 | 25 | }, |
26 | | - "license": "MIT", |
| 26 | + "author": "David Hunt", |
| 27 | + "license": "ISC", |
27 | 28 | "type": "module", |
28 | 29 | "main": "./dist/PlaywrightWorld.cjs", |
29 | 30 | "module": "./dist/PlaywrightWorld.mjs", |
30 | 31 | "types": "./dist/PlaywrightWorld.d.ts", |
31 | 32 | "exports": { |
32 | 33 | ".": { |
33 | 34 | "require": "./dist/PlaywrightWorld.cjs", |
34 | | - "import": "./dist/PlaywrightWorld.mjs", |
35 | | - "types": "./dist/PlaywrightWorld.d.ts" |
| 35 | + "import": "./dist/PlaywrightWorld.mjs" |
36 | 36 | }, |
37 | 37 | "./PlaywrightWorld": { |
38 | 38 | "require": "./dist/PlaywrightWorld.cjs", |
39 | | - "import": "./dist/PlaywrightWorld.mjs", |
40 | | - "types": "./dist/PlaywrightWorld.d.ts" |
| 39 | + "import": "./dist/PlaywrightWorld.mjs" |
41 | 40 | }, |
42 | 41 | "./world": { |
43 | 42 | "require": "./dist/world.cjs", |
44 | | - "import": "./dist/world.mjs", |
45 | | - "types": "./dist/world.d.ts" |
| 43 | + "import": "./dist/world.mjs" |
46 | 44 | }, |
47 | 45 | "./actions": { |
48 | 46 | "require": "./dist/actions.steps.cjs", |
49 | | - "import": "./dist/actions.steps.mjs", |
50 | | - "types": "./dist/actions.steps.d.ts" |
| 47 | + "import": "./dist/actions.steps.mjs" |
51 | 48 | }, |
52 | 49 | "./outcomes": { |
53 | 50 | "require": "./dist/outcomes.steps.cjs", |
54 | | - "import": "./dist/outcomes.steps.mjs", |
55 | | - "types": "./dist/outcomes.steps.d.ts" |
| 51 | + "import": "./dist/outcomes.steps.mjs" |
56 | 52 | } |
57 | 53 | }, |
58 | 54 | "files": [ |
|
65 | 61 | "test:watch": "vitest", |
66 | 62 | "test": "vitest --run" |
67 | 63 | }, |
68 | | - "author": "David Hunt", |
69 | 64 | "dependencies": { |
70 | 65 | "@playwright/test": "^1.52.0", |
71 | 66 | "lodash": "^4.17.21", |
|
0 commit comments