prettyjsontable
Version:
print json files as pretty table
54 lines (53 loc) • 1.23 kB
JSON
{
"name": "prettyjsontable",
"version": "1.0.8",
"description": "print json files as pretty table",
"keywords": [
"jt",
"json",
"jsonstream",
"print",
"pretty",
"nice",
"table"
],
"type": "module",
"main": "dist/cli.js",
"exports": {
"import": "./dist/prettyjsontable.js"
},
"bin": {
"prettyjsontable": "dist/cli.js",
"jt": "dist/cli.js"
},
"scripts": {
"lbt": "npm run lint && npm run build && npm run test",
"lint": "eslint . --ext .ts --fix",
"prepare": "npm run lbt",
"build": "tsc",
"test": "node dist/cli.js <test.json"
},
"files": [
"dist/**"
],
"author": "",
"license": "ISC",
"dependencies": {
"chalk": "^5.0.1",
"commander": "^10.0.1",
"string-width": "^6.1.0"
},
"devDependencies": {
"@tsconfig/node20": "^1.0.0",
"@types/node": "^20.1.2",
"@typescript-eslint/eslint-plugin": "^5.59.5",
"@typescript-eslint/parser": "^5.59.5",
"eslint": "^8.40.0",
"eslint-config-standard-with-typescript": "^34.0.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"typescript": "^5.0.4"
}
}