UNPKG

@tqman/ink-table

Version:
65 lines (64 loc) 1.47 kB
{ "name": "@tqman/ink-table", "publishConfig": { "access": "public" }, "version": "0.0.0-development", "description": "A table component for Ink.", "type": "module", "module": "dist/index.js", "types": "dist/index.d.ts", "exports": { "types": "./dist/index.d.ts", "import": "./dist/index.js" }, "repository": "AlCalzone/ink-table", "author": { "name": "AlCalzone", "email": "d.griesel@gmx.net" }, "license": "MIT", "scripts": { "build": "tsc -p tsconfig.build.json", "coverage": "codecov", "test": "yarn node --experimental-vm-modules $(yarn bin jest)" }, "files": [ "dist" ], "keywords": [ "cli", "ink-cli", "ink", "table", "ink-table", "ink-component", "component" ], "dependencies": { "object-hash": "^2.0.3" }, "devDependencies": { "@tsconfig/node16": "^1.0.3", "@types/jest": "29.4.0", "@types/node": "14.18.23", "@types/object-hash": "1.3.4", "@types/react": "^18.0.28", "codecov": "3.8.3", "husky": "4.3.8", "ink": "4.0.0", "ink-testing-library": "3.0.0", "jest": "29.4.3", "prettier": "2.7.1", "pretty-quick": "3.1.3", "react": "^18.2.0", "ts-jest": "29.0.5", "ts-jest-resolver": "^2.0.0", "ts-node": "9.1.1", "typescript": "~4.9.5" }, "peerDependencies": { "ink": ">=3.0.0", "react": ">=16.8.0" } }