{
  "name": "ru-validation-codes",
  "version": "2.9.0",
  "description": "Проверка ИНН/СНИЛС/ОГРН/ОГРНИП/БИК на Javascript",
  "main": "index.js",
  "scripts": {
    "test": "node scripts/test.js"
  },
  "jest": {
    "testEnvironment": "node",
    "testMatch": [
      "<rootDir>/tests/**/*.{js,jsx,mjs}"
    ]
  },
  "repository": {
    "type": "git",
    "url": "git+https://kdmatrosov@github.com/kdmatrosov/validation-codes.git"
  },
  "keywords": [
    "inn",
    "ИНН",
    "snils",
    "СНИЛС",
    "ogrn",
    "ОГРН",
    "СНИЛС",
    "ogrnip",
    "ОГРНИП",
    "bik",
    "бик",
    "javascript"
  ],
  "author": "Kirill Matrosov",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/kdmatrosov/validation-codes/issues"
  },
  "homepage": "https://github.com/kdmatrosov/validation-codes#readme",
  "devDependencies": {
    "jest": "^27.0.6"
  }
}
