@tanstack/angular-table-devtools
Version:
Angular devtools for TanStack Table.
59 lines • 1.4 kB
JSON
{
"name": "@tanstack/angular-table-devtools",
"version": "9.1.1",
"description": "Angular devtools for TanStack Table.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/TanStack/table.git",
"directory": "packages/angular-table-devtools"
},
"homepage": "https://tanstack.com/table",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/tannerlinsley"
},
"keywords": [
"angular",
"tanstack",
"table",
"devtools",
"tanstack-intent"
],
"type": "module",
"types": "dist/index.d.ts",
"exports": {
".": "./dist/index.js",
"./production": "./dist/production.js",
"./package.json": "./package.json"
},
"sideEffects": false,
"engines": {
"node": ">=20"
},
"files": [
"dist",
"skills"
],
"dependencies": {
"@tanstack/devtools-utils": "^0.6.0",
"@tanstack/table-core": "9.1.1",
"@tanstack/table-devtools": "9.1.1"
},
"peerDependencies": {
"@angular/core": ">=21.0.0"
},
"devDependencies": {
"@angular/compiler": "^22.1.0",
"@angular/core": "^22.1.0"
},
"scripts": {
"clean": "rimraf ./build && rimraf ./dist",
"test:eslint": "eslint ./src",
"test:lib": "vitest --passWithNoTests",
"test:lib:dev": "pnpm test:lib --watch",
"test:types": "tsc",
"test:build": "publint --strict",
"build": "tsdown"
}
}