{
  "name": "@doedja/kbbi-js",
  "version": "2.0.0",
  "description": "JavaScript library and CLI for the official KBBI (Kamus Besar Bahasa Indonesia) dictionary. Anonymous lookups out of the box, optional cookie auth for etymology.",
  "main": "kbbi.js",
  "bin": {
    "kbbi": "cli.js"
  },
  "scripts": {
    "start": "node cli.js",
    "lookup": "node cli.js"
  },
  "keywords": [
    "kbbi",
    "indonesia",
    "dictionary",
    "bahasa",
    "kemendikdasmen",
    "scraper"
  ],
  "author": "Doedja",
  "license": "MIT",
  "dependencies": {
    "chalk": "^4.1.2",
    "cheerio": "^1.0.0"
  },
  "optionalDependencies": {
    "playwright": "^1.60.0"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/doedja/kbbi-js.git"
  },
  "homepage": "https://github.com/doedja/kbbi-js#readme"
}
