{
  "name": "cyrillic-to-translit",
  "version": "1.0.1",
  "description": "Simple javascript function for converting Cyrillic(Tj,Ru) symbols to Latin",
  "main": "CyrToLatTranslit",
  "typings": "CyrToLatTranslit",
  "scripts": {
    "coverage": "istanbul cover _mocha",
    "precoveralls": "npm run coverage",
    "coveralls": "coveralls < coverage/lcov.info",
    "size": "size-limit",
    "test": "tsc && tslint *.ts && mocha && npm run size",
    "tdd": "npm test -- --watch",
    "browser": "browserify CyrToLatTranslit.js --standalone cyrToLatTranslit -o dist/bundle.js"
  },
  "devDependencies": {
    "@size-limit/preset-small-lib": "3.0.1",
    "browserify": "16.5.2",
    "coveralls": "3.1.0",
    "istanbul": "0.4.5",
    "mocha": "7.2.0",
    "mocha-lcov-reporter": "1.3.0",
    "should": "13.2.3",
    "tslint": "6.1.2",
    "typescript": "4.1.3"
  },
  "size-limit": [
    {
      "path": "CyrToLatTranslit.js",
      "limit": "1.5 KB"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zsaidov/CyrToLatTranslitJS.git"
  },
  "keywords": [
    "cyrToLatTranslit",
    "cyrillic",
    "translit",
    "cyrillict to latin",
    "cyrToLat"
  ],
  "author": "Zohid Saidov <zohidsaidi@gmail.com>",
  "contributors": [
    "zsaidov <zohidsaidi@gmail.com>"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/zsaidov/CyrToLatTranslitJS/issues"
  },
  "homepage": "https://github.com/zsaidov/CyrToLatTranslitJS",
  "dependencies": {
    "cyrillic-to-translit": "^1.0.0",
    "lodash.invert": "^4.3.0"
  },
  "directories": {
    "test": "test"
  }
}
