{
  "name": "carakanjs",
  "version": "1.2.1",
  "description": "Carakan.js is a small library for converting/transliterating Latin script into Javanese script, also known as Aksara Jawa or Carakan.",
  "homepage": "https://github.com/masnormen/carakanjs",
  "repository": {
    "type": "git",
    "url": "https://github.com/masnormen/carakanjs"
  },
  "author": "Nourman Hajar (nourman.com)",
  "license": "MIT",
  "private": false,
  "keywords": [
    "aksara",
    "aksara jawa",
    "carakan",
    "hanacaraka",
    "jawa",
    "javanese",
    "transliterate"
  ],
  "main": "dist/umd/index.js",
  "module": "dist/esm/index.js",
  "files": [
    "dist"
  ],
  "exports": {
    "import": "./dist/esm/index.js",
    "require": "./dist/umd/index.js"
  },
  "types": "dist/types/index.d.ts",
  "scripts": {
    "build": "yarn typegen && rollup -c",
    "lint": "eslint --ext .ts --ignore-path .gitignore .",
    "test": "jest --verbose",
    "typegen": "tsc --declaration --emitDeclarationOnly --declarationMap --noEmit false",
    "watch": "rollup -cw"
  },
  "dependencies": {
    "string-match-all": "^1.1.1"
  },
  "devDependencies": {
    "@babel/plugin-proposal-class-properties": "^7.16.0",
    "@babel/plugin-proposal-private-methods": "^7.16.0",
    "@babel/plugin-transform-async-to-generator": "^7.16.0",
    "@babel/plugin-transform-regenerator": "^7.16.0",
    "@babel/plugin-transform-runtime": "^7.16.0",
    "@babel/preset-env": "^7.16.0",
    "@babel/preset-typescript": "^7.16.0",
    "@rollup/plugin-babel": "^5.3.0",
    "@rollup/plugin-commonjs": "^21.0.1",
    "@rollup/plugin-node-resolve": "^13.0.6",
    "@types/jest": "^27.0.2",
    "@typescript-eslint/eslint-plugin": "^5.3.0",
    "@typescript-eslint/parser": "^5.3.0",
    "eslint": "^8.2.0",
    "jest": "^27.3.1",
    "prettier": "^2.4.1",
    "rollup": "^2.59.0",
    "ts-jest": "^27.0.7",
    "ts-node": "^10.4.0",
    "typescript": "^4.4.4"
  }
}
