ink-spreadsheet
Version:
An ink component to render a spreadsheet to the terminal
58 lines (57 loc) • 1.49 kB
JSON
{
"name": "ink-spreadsheet",
"version": "0.1.1",
"description": "An ink component to render a spreadsheet to the terminal",
"license": "MIT",
"author": "Nils Haberkamp",
"main": "index.js",
"type": "module",
"exports": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"test": "vitest run --coverage",
"test:watch": "vitest",
"typecheck": "vitest typecheck --run",
"typecheck:watch": "vitest typecheck",
"format": "prettier --write .",
"format:check": "prettier --check .",
"lint:commit": "commitlint --from=529156b",
"lint": "eslint ./src ./tests --report-unused-disable-directives"
},
"keywords": [
"ink",
"react-ink"
],
"engines": {
"node": ">=16"
},
"peerDependencies": {
"ink": ">=4"
},
"devDependencies": {
"@commitlint/cli": "^17.6.6",
"@commitlint/config-conventional": "^17.6.6",
"@types/react": "^18.2.14",
"@typescript-eslint/eslint-plugin": "^5.61.0",
"@typescript-eslint/parser": "^5.61.0",
"@vitest/coverage-v8": "^0.33.0",
"eslint": "^8.44.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-vitest": "^0.2.6",
"ink": "^4.2.0",
"ink-testing-library": "^3.0.0",
"prettier": "^3.0.0",
"react": "^18.2.0",
"tsup": "^7.1.0",
"typescript": "^5.1.6",
"vite": "^4.4.2",
"vitest": "^0.33.0"
}
}