{
  "name": "@marmooo/table",
  "version": "0.0.6",
  "description": "A dependency-free HTML <table> library.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/marmooo/table.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/marmooo/table/issues"
  },
  "module": "./esm/table.js",
  "exports": {
    ".": {
      "import": "./esm/table.js"
    }
  },
  "scripts": {
    "test": "node test_runner.js"
  },
  "devDependencies": {
    "@types/node": "^20.9.0",
    "picocolors": "^1.0.0"
  },
  "_generatedBy": "dnt@dev"
}