|
1 | 1 | { |
2 | 2 | "name": "@annotorious/plugin-tools", |
3 | | - "version": "1.0.1", |
| 3 | + "version": "1.0.2", |
4 | 4 | "description": "Additional drawing tools for Annotorious", |
5 | 5 | "author": "Rainer Simon", |
6 | 6 | "license": "BSD-3-Clause", |
7 | 7 | "homepage": "https://annotorious.dev", |
8 | 8 | "funding": "https://steadyhq.com/rainer-simon", |
| 9 | + "type": "module", |
9 | 10 | "repository": { |
10 | 11 | "type": "git", |
11 | 12 | "url": "git+https://github.com/annotorious/annotorious-plugin-tools.git" |
12 | 13 | }, |
13 | 14 | "bugs": { |
14 | 15 | "url": "https://github.com/annotorious/annotorious-plugin-tools/issues" |
15 | 16 | }, |
16 | | - "type": "module", |
17 | 17 | "scripts": { |
18 | 18 | "start": "vite", |
19 | 19 | "build": "tsc && vite build", |
20 | 20 | "preview": "vite preview" |
21 | 21 | }, |
| 22 | + "main": "./dist/annotorious-plugin-tools.js", |
| 23 | + "module": "./dist/annotorious-plugin-tools.es.js", |
| 24 | + "types": "./dist/index.d.ts", |
| 25 | + "files": [ |
| 26 | + "dist" |
| 27 | + ], |
22 | 28 | "exports": { |
23 | 29 | ".": { |
24 | 30 | "types": "./dist/index.d.ts", |
25 | 31 | "import": "./dist/annotorious-plugin-tools.es.js", |
26 | 32 | "require": "./dist/annotorious-plugin-tools.js" |
27 | 33 | }, |
28 | | - "./annotorious-selector-pack.css": "./dist/annotorious-plugin-tools.css" |
| 34 | + "./annotorious-plugin-tools.css": "./dist/annotorious-plugin-tools.css" |
29 | 35 | }, |
30 | | - "main": "./dist/annotorious-selector-pack.js", |
31 | | - "module": "./dist/annotorious-selector-pack.es.js", |
32 | | - "types": "./dist/index.d.ts", |
33 | | - "files": [ |
34 | | - "dist" |
35 | | - ], |
36 | 36 | "devDependencies": { |
37 | 37 | "@sveltejs/vite-plugin-svelte": "^3.1.2", |
38 | 38 | "@tsconfig/svelte": "^5.0.4", |
|
0 commit comments