{
  "name": "hanacaraka",
  "version": "0.2.0",
  "description": "Transliterate latin alphabet to javanese script and vice versa",
  "main": "dist/index.js",
  "scripts": {
    "build": "tsc",
    "prepare": "npm run build",
    "test": "jest"
  },
  "keywords": [
    "unicode",
    "hanacaraka",
    "javanese",
    "aksara",
    "jawa",
    "carakan"
  ],
  "author": "Izzur",
  "license": "MIT",
  "repository": "Izzur/hanacaraka",
  "homepage": "https://izzur.github.io/hanacaraka/",
  "dependencies": {},
  "devDependencies": {
    "@types/jest": "^25.2.1",
    "jest": "^25.5.4",
    "ts-jest": "^25.4.0",
    "typescript": "^3.8.3"
  },
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ]
}
