{
  "name": "@paskalov-aris/countries-list",
  "version": "5.0.0",
  "description": "Continents & countries: ISO 3166-1 alpha-2 code, name, ISO 639-1 languages, capital, currency, native name, phone. JSON, CSV and SQL.",
  "main": "./dist/index.es5.min.js",
  "type": "commonjs",
  "repository": {
    "type": "git",
    "url": "https://github.com/annexare/Countries"
  },
  "keywords": [
    "country",
    "countries",
    "continent",
    "emoji",
    "languages",
    "capital",
    "currency",
    "data",
    "csv",
    "json",
    "sql",
    "typings",
    "ISO 3166-1",
    "ISO 639-1",
    "node",
    "typescript"
  ],
  "author": {
    "name": "Dmytro",
    "email": "z@annexare.com",
    "url": "https://github.com/dmythro"
  },
  "scripts": {
    "build": "npm run build-js",
    "build-js": "rollup --config",
    "format": "prettier --write \"{**/,}*.ts\"",
    "lint": "eslint \"{scripts,src}{**/,}/*.ts\"",
    "lint:fix": "eslint \"{scripts,src}{**/,}/*.ts\" --fix",
    "prebuild": "ts-node --files --project tsconfig.scripts.json --require tsconfig-paths/register scripts/index.ts",
    "postbuild": "npm run test",
    "test": "jest",
    "version": "ts-node --files --project tsconfig.scripts.json --require tsconfig-paths/register scripts/version.ts"
  },
  "types": "dist/index.d.ts",
  "devDependencies": {
    "@rollup/plugin-babel": "~5.3.1",
    "@rollup/plugin-commonjs": "~22.0.0",
    "@rollup/plugin-json": "~4.1.0",
    "@rollup/plugin-node-resolve": "~13.3.0",
    "@rollup/plugin-typescript": "~8.3.2",
    "@types/jest": "~27.5.0",
    "@types/semver-compare": "~1.0.1",
    "@typescript-eslint/eslint-plugin": "~5.22.0",
    "@typescript-eslint/parser": "~5.22.0",
    "@typescript-eslint/typescript-estree": "~5.22.0",
    "chalk": "~4.1.2",
    "eslint": "~8.14.0",
    "husky": "~7.0.4",
    "jest": "~28.1.0",
    "jest-environment-jsdom": "~28.1.0",
    "lint-staged": "~12.4.1",
    "prettier": "~2.5.1",
    "pretty-bytes": "~5.6.0",
    "rollup": "~2.72.0",
    "rollup-plugin-terser": "~7.0.2",
    "rollup-plugin-typescript2": "~0.31.2",
    "semver-compare": "~1.0.0",
    "ts-jest": "~28.0.1",
    "ts-node": "~10.7.0",
    "tsconfig-paths": "~4.0.0",
    "tslib": "~2.4.0",
    "typescript": "~4.6.4",
    "typescript-eslint-language-service": "~5.0.0"
  },
  "devEngines": {
    "node": ">=12.22"
  },
  "jest": {
    "collectCoverage": true,
    "coveragePathIgnorePatterns": [
      "/node_modules/",
      ".*\\.min\\.js"
    ],
    "preset": "ts-jest",
    "testEnvironment": "jsdom",
    "verbose": true
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/annexare/Countries/issues"
  },
  "homepage": "http://annexare.github.io/Countries/",
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "*.js": "eslint --cache --fix",
    "*.{js,css,md}": "prettier --write"
  }
}
