{
  "name": "ascii-table3",
  "version": "1.0.3",
  "author": "João Simões <joao.santos.simoes@gmail.com> (https://github.com/AllMightySauron)",
  "description": "Javascript ASCII renderer for beautiful console-based tables",
  "repository": {
    "type": "git",
    "url": "git://github.com/AllMightySauron/ascii-table3"
  },
  "license": "Apache-2.0",
  "keywords": [
    "table",
    "ascii",
    "console"
  ],
  "contributors": [
    {
      "name": "João Simões",
      "github": "https://github.com/AllMightySauron"
    }
  ],
  "main": "index.js",
  "types": "dist/ascii-table3.d.ts",
  "engines": {
    "node": ">=11.14.0"
  },
  "scripts": {
    "qa": "npm run lint && npm run coverage",
    "lint": "eslint index.js src test samples.js sample_list_dir.js",
    "hint": "npm run lint",
    "test": "mocha -R spec",
    "coverage": "nyc mocha",
    "build": "copyfiles -u 1 \"src/**/*.d.ts\" dist && npx tsc"
  },
  "devDependencies": {
    "chalk": "^4.1.2",
    "copyfiles": "^2.4.1",
    "eslint": "^10.3.0",
    "mocha": "^11.7.5",
    "nyc": "^18.0.0",
    "typescript": "^4.9.3"
  },
  "dependencies": {
    "printable-characters": "^1.0.42"
  }
}
