{
  "name": "@livre/simplify-book-indice",
  "version": "0.3.3",
  "description": "frequent words",
  "type": "module",
  "exports": "./dist/index.js",
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=22.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@aryth/roman": "^0.7.3",
    "@spare/deco": "^0.16.2",
    "@spare/enum-chars": "^0.16.2",
    "@spare/tap": "^0.16.2",
    "@typen/nullish": "^0.2.0",
    "@typen/num-strict": "^0.2.0",
    "@vect/vector-differentiator": "^0.6.13"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/hoyeungw/livre.git"
  },
  "keywords": [
    "livre",
    "simplify-book-indice"
  ],
  "author": "Hoyeung Wong",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/hoyeungw/livre"
  },
  "homepage": "https://github.com/hoyeungw/livre#readme",
  "gitHead": "d28f6ddda0e7338b6cf3f3bef2e1dec1b5352b5d",
  "scripts": {
    "pub": "npm publish",
    "test": "node -r @babel/register test/test.index.js"
  }
}