@nadle/ink-table
Version:
A table component for Ink.
54 lines • 1.1 kB
JSON
{
"name": "@nadle/ink-table",
"version": "0.0.2",
"description": "A table component for Ink.",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/nadlejs/ink-table.git",
"directory": "packages/ink-table"
},
"author": "Matic Zavadlal <matic.zavadlal@gmail.com>",
"license": "MIT",
"files": [
"lib"
],
"exports": {
".": {
"types": "./lib/index.d.ts",
"import": "./lib/index.js"
}
},
"keywords": [
"cli",
"ink-cli",
"ink",
"table",
"ink-table",
"ink-component",
"component"
],
"dependencies": {
"object-hash": "^3.0.0"
},
"devDependencies": {
"@types/node": "^20.19.2",
"@types/object-hash": "^3.0.6",
"@types/react": "^19.1.8",
"ink": "^6.0.1",
"ink-testing-library": "^4.0.0",
"react": "^19.1.0",
"strip-ansi": "^7.1.0",
"typescript": "^5.8.3",
"vitest": "^3.2.4"
},
"peerDependencies": {
"ink": ">=6.0.1",
"react": ">=19.1.0"
},
"scripts": {
"build": "tsc",
"start": "tsc --watch",
"test": "vitest"
}
}