{
  "name": "@analyz/convert",
  "version": "0.1.3",
  "description": "A convert",
  "type": "module",
  "exports": "./index.js",
  "files": [
    "index.js"
  ],
  "engines": {
    "node": ">=22.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@vect/columns-select": "^0.8.6",
    "@analyz/crostab": "^0.1.3",
    "@analyz/table": "^0.1.3",
    "@analyz/sparse": "^0.1.3"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hoyeungw/analyz.git"
  },
  "keywords": [
    "analyz",
    "function",
    "convert"
  ],
  "author": "Hoyeung Wong",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/hoyeungw/analyz"
  },
  "homepage": "https://github.com/hoyeungw/analyz#readme",
  "gitHead": "90ac400cfc8af4b39ab3bbb61c42f22d5fde791b",
  "scripts": {
    "pub": "npm publish",
    "test": "node -r @babel/register test/test.index.js"
  }
}