{
  "name": "nd-table",
  "version": "1.2.2",
  "description": "Table builder for console/terminal (ASCII, UTF, ANSI), MarkDown (MD), HTML, CSV, TSV, and custom",
  "main": "bin/table.class.js",
  "scripts": {
    "build": "rm -rf bin && tsc",
    "test": "node test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gvarsanyi/nd-table.git"
  },
  "author": "Greg Varsanyi",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/gvarsanyi/nd-table/issues"
  },
  "homepage": "https://github.com/gvarsanyi/nd-table#readme",
  "devDependencies": {
    "@types/node": "^18.8.5",
    "@typescript-eslint/eslint-plugin": "^5.40.0",
    "@typescript-eslint/parser": "^5.40.0",
    "eslint": "^8.25.0",
    "eslint-config-google": "^0.14.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-unicorn": "^44.0.2",
    "prettier": "^2.7.1",
    "typescript": "^4.8.4"
  }
}
