{
  "name": "@spare/deco-crostab",
  "version": "0.16.29",
  "description": "A debugging tool",
  "type": "module",
  "exports": "./index.js",
  "files": [
    "index.js"
  ],
  "engines": {
    "node": ">=22.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@palett/presets": "^0.12.28",
    "@spare/deco-table": "^0.16.29",
    "@spare/node": "^0.16.29"
  },
  "devDependencies": {
    "@typen/num-strict": "^0.2.0",
    "@valjoux/timestamp-pretty": "^0.4.4",
    "@vect/vector-index": "^0.8.6",
    "@spare/xr": "^0.16.29"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gadge/spare.git"
  },
  "keywords": [
    "test",
    "console",
    "debug",
    "print"
  ],
  "author": "Hoyeung Wong",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/gadge/spare"
  },
  "homepage": "https://github.com/gadge/spare#readme",
  "gitHead": "013714aadebaa9af337026663bf023dd382725c7",
  "scripts": {
    "pub": "npm publish",
    "test": "node -r @babel/register test/deco-crostab.test.js"
  }
}