|
1 | 1 | { |
2 | | - "name": "@instructure/idb-cache", |
3 | | - "version": "1.0.3", |
4 | | - "license": "MIT", |
5 | | - "repository": { |
6 | | - "type": "git", |
7 | | - "url": "git+https://github.com/instructure/idb-cache.git" |
8 | | - }, |
9 | | - "bugs": { |
10 | | - "url": "https://github.com/instructure/idb-cache/issues" |
11 | | - }, |
12 | | - "homepage": "https://github.com/instructure/idb-cache#readme", |
13 | | - "type": "module", |
14 | | - "exports": { |
15 | | - ".": { |
16 | | - "types": "./dist/index.d.ts", |
17 | | - "import": "./dist/index.js" |
18 | | - } |
19 | | - }, |
20 | | - "module": "./dist/index.js", |
21 | | - "types": "./dist/index.d.ts", |
22 | | - "files": [ |
23 | | - "dist" |
24 | | - ], |
25 | | - "scripts": { |
26 | | - "build": "rslib build", |
27 | | - "dev": "rslib build --watch", |
28 | | - "biome:check": "biome check . --write" |
29 | | - }, |
30 | | - "peerDependencies": { |
31 | | - "@rslib/core": "^0.0.15", |
32 | | - "idb": "^8.0.0" |
33 | | - }, |
34 | | - "devDependencies": { |
35 | | - "@playwright/test": "^1.48.2", |
36 | | - "@rslib/core": "^0.0.15", |
37 | | - "@types/node": "^22.9.0", |
38 | | - "typescript": "^5.6.3" |
39 | | - } |
| 2 | + "name": "@instructure/idb-cache", |
| 3 | + "version": "1.0.3", |
| 4 | + "license": "MIT", |
| 5 | + "repository": { |
| 6 | + "type": "git", |
| 7 | + "url": "git+https://github.com/instructure/idb-cache.git" |
| 8 | + }, |
| 9 | + "bugs": { |
| 10 | + "url": "https://github.com/instructure/idb-cache/issues" |
| 11 | + }, |
| 12 | + "homepage": "https://github.com/instructure/idb-cache#readme", |
| 13 | + "type": "module", |
| 14 | + "exports": { |
| 15 | + ".": { |
| 16 | + "types": "./dist/index.d.ts", |
| 17 | + "import": "./dist/index.js" |
| 18 | + } |
| 19 | + }, |
| 20 | + "module": "./dist/index.js", |
| 21 | + "types": "./dist/index.d.ts", |
| 22 | + "files": ["dist"], |
| 23 | + "scripts": { |
| 24 | + "build": "rslib build", |
| 25 | + "dev": "rslib build --watch", |
| 26 | + "biome:check": "biome check . --write" |
| 27 | + }, |
| 28 | + "peerDependencies": { |
| 29 | + "@rslib/core": "^0.0.15", |
| 30 | + "idb": "^8.0.0" |
| 31 | + }, |
| 32 | + "devDependencies": { |
| 33 | + "@rslib/core": "^0.0.15", |
| 34 | + "@types/node": "^22.9.0", |
| 35 | + "typescript": "^5.6.3" |
| 36 | + } |
40 | 37 | } |
0 commit comments