@oclif/table
Version:
Display table in terminal
83 lines (82 loc) • 2.1 kB
JSON
{
"name": "@oclif/table",
"description": "Display table in terminal",
"version": "0.4.6",
"author": "Salesforce",
"bugs": "https://github.com/oclif/table/issues",
"dependencies": {
"@types/react": "^18.3.12",
"change-case": "^5.4.4",
"cli-truncate": "^4.0.0",
"ink": "5.0.1",
"natural-orderby": "^3.0.2",
"object-hash": "^3.0.0",
"react": "^18.3.1",
"strip-ansi": "^7.1.0",
"wrap-ansi": "^9.0.0"
},
"devDependencies": {
"@commitlint/config-conventional": "^19",
"@eslint/compat": "^1.2.6",
"@oclif/core": "^4",
"@oclif/prettier-config": "^0.2.1",
"@oclif/test": "^4.1.8",
"@types/chai": "^4.3.16",
"@types/mocha": "^10.0.10",
"@types/node": "^18",
"@types/object-hash": "^3.0.6",
"@types/sinon": "^17.0.3",
"ansis": "^3.10.0",
"chai": "^4.5.0",
"commitlint": "^19",
"eslint": "^9.19.0",
"eslint-config-oclif": "^6.0.0",
"eslint-config-prettier": "^10.0.1",
"eslint-config-xo": "^0.46.0",
"eslint-config-xo-react": "^0.28.0",
"eslint-plugin-react": "^7.37.4",
"eslint-plugin-react-hooks": "^4.6.2",
"husky": "^9.1.7",
"ink-testing-library": "^4.0.0",
"lint-staged": "^15",
"mocha": "^10.8.2",
"prettier": "^3.4.2",
"shx": "^0.3.4",
"sinon": "^18",
"terminal-link": "^3.0.0",
"ts-node": "^10.9.2",
"typescript": "^5"
},
"engines": {
"node": ">=18.0.0"
},
"files": [
"/lib"
],
"homepage": "https://github.com/oclif/table",
"keywords": [
"oclif",
"cli",
"stages"
],
"license": "MIT",
"exports": {
".": "./lib/index.js"
},
"repository": "oclif/table",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "shx rm -rf lib && tsc",
"compile": "tsc",
"format": "prettier --write \"+(src|test)/**/*.+(ts|js|json)\"",
"lint": "eslint",
"posttest": "yarn lint",
"prepack": "yarn run build",
"prepare": "husky",
"test": "mocha --forbid-only \"test/**/*.test.+(ts|tsx)\" --parallel"
},
"types": "lib/index.d.ts",
"type": "module"
}