|
| 1 | +{ |
| 2 | + "name": "@tanstack/svelte-query-devtools", |
| 3 | + "version": "5.0.0-alpha.27", |
| 4 | + "description": "Developer tools to interact with and visualize the TanStack/svelte-query cache", |
| 5 | + "author": "Lachlan Collins", |
| 6 | + "license": "MIT", |
| 7 | + "repository": "tanstack/query", |
| 8 | + "homepage": "https://tanstack.com/query", |
| 9 | + "funding": { |
| 10 | + "type": "github", |
| 11 | + "url": "https://github.com/sponsors/tannerlinsley" |
| 12 | + }, |
| 13 | + "type": "module", |
| 14 | + "types": "build/lib/index.d.ts", |
| 15 | + "module": "build/lib/index.js", |
| 16 | + "svelte": "build/lib/index.js", |
| 17 | + "exports": { |
| 18 | + ".": { |
| 19 | + "types": "./build/lib/index.d.ts", |
| 20 | + "import": "./build/lib/index.js", |
| 21 | + "svelte": "./build/lib/index.js", |
| 22 | + "default": "./build/lib/index.js" |
| 23 | + }, |
| 24 | + "./package.json": "./package.json" |
| 25 | + }, |
| 26 | + "files": [ |
| 27 | + "build/lib", |
| 28 | + "src" |
| 29 | + ], |
| 30 | + "scripts": { |
| 31 | + "clean": "rimraf ./build", |
| 32 | + "test:types": "svelte-check --tsconfig ./tsconfig.json", |
| 33 | + "test:eslint": "eslint --ext .svelte,.ts ./src", |
| 34 | + "build": "svelte-package --input ./src --output ./build/lib" |
| 35 | + }, |
| 36 | + "devDependencies": { |
| 37 | + "@sveltejs/package": "^2.0.2", |
| 38 | + "@sveltejs/vite-plugin-svelte": "^2.0.2", |
| 39 | + "@testing-library/svelte": "^3.2.2", |
| 40 | + "eslint-plugin-svelte": "^2.14.1", |
| 41 | + "jsdom": "^20.0.3", |
| 42 | + "svelte": "^3.54.0", |
| 43 | + "svelte-check": "^2.9.2", |
| 44 | + "tslib": "^2.4.1", |
| 45 | + "typescript": "^4.7.4", |
| 46 | + "vite": "^4.0.0" |
| 47 | + }, |
| 48 | + "dependencies": { |
| 49 | + "@tanstack/query-devtools": "workspace:*", |
| 50 | + "@tanstack/svelte-query": "workspace:*", |
| 51 | + "esm-env": "^1.0.0" |
| 52 | + }, |
| 53 | + "peerDependencies": { |
| 54 | + "@tanstack/svelte-query": "workspace:*", |
| 55 | + "svelte": "^3.54.0" |
| 56 | + } |
| 57 | +} |
0 commit comments