{
  "name": "russian_name",
  "version": "2.0.1",
  "description": "Getting random Russian names",
  "main": "lib/index.js",
  "types": "lib",
  "scripts": {
    "build": "tsc -p .",
    "dev": "tsc --watch",
    "test": "node test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/elfexor/russian_name.git"
  },
  "keywords": [
    "names",
    "surnames",
    "russian"
  ],
  "author": "Vadim Konchik",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/elfexor/russian_name/issues"
  },
  "homepage": "https://github.com/elfexor/russian_name#readme",
  "devDependencies": {
    "@types/node": "^14.11.2",
    "typescript": "^4.0.3"
  },
  "dependencies": {}
}
