{
  "name": "cyrillic-to-translit-js",
  "version": "3.2.1",
  "description": "Simple javascript function for converting Cyrillic symbols to Translit",
  "main": "CyrillicToTranslit",
  "typings": "CyrillicToTranslit",
  "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 CyrillicToTranslit.js --standalone cyrillicToTranslit -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": "CyrillicToTranslit.js",
      "limit": "1.5 KB"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/greybax/CyrillicToTranslitJS.git"
  },
  "keywords": [
    "cyrillic",
    "translit",
    "transformation"
  ],
  "author": "Aleksandr Filatov <greybax@gmail.com>",
  "contributors": [
    "makepost <makepost@firemail.cc>"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/greybax/CyrillicToTranslitJS/issues"
  },
  "homepage": "https://github.com/greybax/CyrillicToTranslitJS#readme",
  "dependencies": {
    "lodash.invert": "^4.3.0"
  }
}
