|
1 | 1 | { |
2 | | - "name": "@ampcode/svelte-check-daemon", |
3 | | - "publisher": "ampcode", |
4 | | - "description": "A daemon for svelte-check that caches results for faster type checking", |
5 | | - "version": "0.1.0", |
6 | | - "packageManager": "pnpm@10.24.0", |
7 | | - "license": "Apache-2.0", |
8 | | - "type": "module", |
9 | | - "bin": { |
10 | | - "svelte-check-daemon": "./bin/svelte-check-daemon.js" |
11 | | - }, |
12 | | - "exports": { |
13 | | - ".": { |
14 | | - "types": "./dist/src/index.d.ts", |
15 | | - "import": "./dist/src/index.js" |
16 | | - } |
17 | | - }, |
18 | | - "repository": { |
19 | | - "type": "git", |
20 | | - "url": "https://github.com/ampcode/svelte-check-daemon" |
21 | | - }, |
22 | | - "bugs": { |
23 | | - "url": "https://github.com/ampcode/svelte-check-daemon/issues" |
24 | | - }, |
25 | | - "homepage": "https://github.com/ampcode/svelte-check-daemon", |
26 | | - "engines": { |
27 | | - "node": ">= 18.0.0" |
28 | | - }, |
29 | | - "files": [ |
30 | | - "bin", |
31 | | - "dist" |
32 | | - ], |
33 | | - "scripts": { |
34 | | - "build": "tsc", |
35 | | - "prepublishOnly": "pnpm build" |
36 | | - }, |
37 | | - "peerDependencies": { |
38 | | - "svelte-check": ">=4.0.0" |
39 | | - }, |
40 | | - "devDependencies": { |
41 | | - "@types/node": "^20.0.0", |
42 | | - "typescript": "^5.0.0" |
| 2 | + "name": "@ampcode/svelte-check-daemon", |
| 3 | + "publisher": "ampcode", |
| 4 | + "description": "A daemon for svelte-check that caches results for faster type checking", |
| 5 | + "version": "0.1.0", |
| 6 | + "packageManager": "pnpm@10.24.0", |
| 7 | + "license": "Apache-2.0", |
| 8 | + "type": "module", |
| 9 | + "bin": { |
| 10 | + "svelte-check-daemon": "./bin/svelte-check-daemon.js" |
| 11 | + }, |
| 12 | + "exports": { |
| 13 | + ".": { |
| 14 | + "types": "./dist/src/index.d.ts", |
| 15 | + "import": "./dist/src/index.js" |
43 | 16 | } |
| 17 | + }, |
| 18 | + "repository": { |
| 19 | + "type": "git", |
| 20 | + "url": "https://github.com/ampcode/svelte-check-daemon" |
| 21 | + }, |
| 22 | + "bugs": { |
| 23 | + "url": "https://github.com/ampcode/svelte-check-daemon/issues" |
| 24 | + }, |
| 25 | + "homepage": "https://github.com/ampcode/svelte-check-daemon", |
| 26 | + "engines": { |
| 27 | + "node": ">= 18.0.0" |
| 28 | + }, |
| 29 | + "files": [ |
| 30 | + "bin", |
| 31 | + "dist" |
| 32 | + ], |
| 33 | + "scripts": { |
| 34 | + "build": "tsc", |
| 35 | + "prepublishOnly": "pnpm build", |
| 36 | + "prepare": "pnpm build" |
| 37 | + }, |
| 38 | + "peerDependencies": { |
| 39 | + "svelte-check": ">=4.0.0" |
| 40 | + }, |
| 41 | + "devDependencies": { |
| 42 | + "@types/node": "^20.0.0", |
| 43 | + "typescript": "^5.0.0", |
| 44 | + "pnpm": "^10.0.0" |
| 45 | + } |
44 | 46 | } |
0 commit comments