{
  "name": "all-spanish-cities",
  "version": "2.2.1",
  "description": "A library that provides data on Spain's autonomies, provinces, and cities, including their codes, names, flags, and coats of arms for seamless integration into your applications.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "/dist"
  ],
  "scripts": {
    "test": "ts-node src/test.ts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ByMykel/spanish-cities.git"
  },
  "keywords": [
    "spain",
    "spanish",
    "cities",
    "provinces",
    "autonomies",
    "names",
    "flags",
    "coat_of_arms"
  ],
  "author": "ByMykel",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ByMykel/spanish-cities/issues"
  },
  "homepage": "https://github.com/ByMykel/spanish-cities#readme",
  "devDependencies": {
    "@types/node": "^18.11.19",
    "ts-node": "^10.9.1"
  }
}
