{ "name": "@tanstack/angular-query-devtools-experimental", "version": "5.49.1", "description": "Developer tools to interact with and visualize the TanStack/angular-query cache", "author": "Arnoud de Vries", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/TanStack/query.git", "directory": "packages/angular-query-devtools-experimental" }, "homepage": "https://tanstack.com/query", "funding": { "type": "github", "url": "https://github.com/sponsors/tannerlinsley" }, "type": "module", "sideEffects": false, "files": [ "build" ], "scripts": { "clean": "rimraf ./build && rimraf ./coverage", "test:eslint": "eslint ./src", "test:types": "pnpm run \"/^test:types:ts[0-9]{2}$/\"", "test:types:ts51": "node ../../node_modules/typescript51/lib/tsc.js", "test:types:ts52": "node ../../node_modules/typescript52/lib/tsc.js", "test:types:ts53": "tsc", "test:build": "publint --strict && attw --pack", "build": "ng-packagr -p ng-package.json -c tsconfig.build.json && rimraf ./build/package.json" }, "dependencies": { "@tanstack/query-devtools": "workspace:*", "tslib": "^2.6.2" }, "devDependencies": { "@angular/compiler-cli": "^17.3.10", "@angular/core": "^17.3.10", "@angular/common": "^17.3.10", "@tanstack/angular-query-experimental": "workspace:*", "eslint-plugin-jsdoc": "^48.2.13", "ng-packagr": "^17.3.0", "typescript": "5.3.3", "zone.js": "^0.14.6" }, "peerDependencies": { "@angular/common": ">=16.0.0", "@angular/core": ">=16.0.0", "@tanstack/angular-query-experimental": "workspace:^" }, "module": "build/fesm2022/tanstack-angular-query-devtools-experimental.mjs", "types": "build/index.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./build/index.d.ts", "esm2022": "./build/esm2022/tanstack-angular-query-devtools-experimental.mjs", "esm": "./build/esm2022/tanstack-angular-query-devtools-experimental.mjs", "default": "./build/fesm2022/tanstack-angular-query-devtools-experimental.mjs" } } }