{
  "name": "@analys/table-types",
  "version": "0.6.0",
  "description": "A cross-table-types analytics tool",
  "main": "./dist/index.cjs",
  "exports": {
    "import": "./dist/index.mjs",
    "require": "./dist/index.cjs"
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "pub": "npm publish",
    "test": "node -r @babel/register test/table.filter.test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hoyeungw/analys.git"
  },
  "keywords": [
    "table-types",
    "crostab",
    "cross-table-types",
    "pivot",
    "pivotal",
    "analyse",
    "analytics",
    "business intelligence"
  ],
  "author": "Hoyeung Wong",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/hoyeungw/analys"
  },
  "homepage": "https://github.com/hoyeungw/analys#readme",
  "dependencies": {
    "@typen/vector-type": "^0.1.19",
    "@vect/columns-mapper": "^0.5.22"
  },
  "devDependencies": {
    "@typen/enum-tabular-types": "^0.1.19",
    "@typen/infer-type": "^0.1.19"
  },
  "gitHead": "e463cbefa32f585e0b2ed444480257b631e34776"
}
