nice-table
Version:
A non-overflowing `console.table` alternative with customization options.
41 lines (40 loc) • 901 B
JSON
{
"name": "nice-table",
"version": "1.1.0",
"description": "A non-overflowing `console.table` alternative with customization options.",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist",
"src"
],
"scripts": {
"prepublish": "npm run build",
"build": "rm -fr ./dist && tsc -b"
},
"repository": {
"type": "git",
"url": "git+https://github.com/timvandam/nice-table.git"
},
"keywords": [
"table",
"console.table"
],
"author": {
"name": "Tim van Dam",
"email": "timvandamcs@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/timvandam/nice-table/issues"
},
"homepage": "https://github.com/timvandam/nice-table#readme",
"devDependencies": {
"prettier": "^2.7.1",
"typescript": "^4.7.4"
},
"dependencies": {
"string-width": "^4.2.3",
"wrap-ansi": "^7.0.0"
}
}