{
  "name": "country-data-find",
  "version": "1.2.9",
  "description": "Information about countries - like their ISO (2/3) codes, names, and currencies.",
  "main": "index.js",
  "types": "index.d.ts",
  "files": [
    "index.js",
    "index.d.ts",
    "data/"
  ],
  "scripts": {
    "test": "mocha",
    "type-test": "tsc --noEmit --skipLibCheck test/index.spec.ts",
    "publish-package": "node scripts/publish.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lasalasa/country-data-find.git"
  },
  "keywords": [
    "country",
    "data",
    "ISO2",
    "ISO3",
    "code",
    "currencies",
    "lookup",
    "names"
  ],
  "author": "Lasalasa",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/lasalasa/country-data-find/issues"
  },
  "homepage": "https://github.com/lasalasa/country-data-find#readme",
  "devDependencies": {
    "@types/node": "^24.0.14",
    "mocha": "^11.1.0",
    "nodemon": "^3.1.10",
    "ts-node": "^10.9.2",
    "typescript": "^5.8.3"
  },
  "dependencies": {
    "fuse.js": "^7.1.0"
  },
  "overrides": {
    "serialize-javascript": ">=7.0.3",
    "diff": ">=5.2.0",
    "minimatch": ">=5.1.8",
    "rollup": ">=4.59.0"
  }
}
