{
  "name": "anbani",
  "version": "3.2.0",
  "description": "Multifunctional javascript toolkit for Georgian Alphabet - Anbani",
  "type": "module",
  "module": "./src/anbani.mjs",
  "main": "./dist/anbani.js",
  "exports": {
    ".": {
      "import": "./src/anbani.mjs",
      "require": "./dist/anbani.js",
      "default": "./dist/anbani.js"
    },
    "./dist/anbani.js": "./dist/anbani.js",
    "./package.json": "./package.json"
  },
  "scripts": {
    "test": "mocha",
    "coverage": "c8 mocha",
    "build": "webpack --config webpack.config.cjs --mode=production --node-env=production",
    "bt": "npm run build && npm run test && http-server . -o ./test/index.test.html",
    "md": "nodemon utils/markdown.mjs",
    "prepublishOnly": "npm run build && npm test",
    "release": "npm publish"
  },
  "engines": {
    "node": ">=18"
  },
  "c8": {
    "include": [
      "src/**/*.mjs"
    ],
    "reporter": [
      "text",
      "lcov"
    ]
  },
  "keywords": [
    "converter",
    "interpreter",
    "lorem",
    "ipsum",
    "anbani",
    "alphabet",
    "georgian",
    "georgia",
    "ქართული",
    "ანბანი"
  ],
  "bin": {
    "anbani": "./bin/anbani.mjs"
  },
  "author": "georgegach",
  "license": "GPL-3.0-only",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Anbani/anbani.js.git"
  },
  "homepage": "https://anbani.ge",
  "bugs": "https://github.com/Anbani/anbani.js/issues",
  "devDependencies": {
    "c8": "^10.1.3",
    "http-server": "^14.1.1",
    "mocha": "^10.2.0",
    "nodemon": "^2.0.7",
    "treeify": "^1.1.0",
    "webpack": "^5.38.1",
    "webpack-cli": "^4.7.0"
  }
}
