{
  "name": "@richkode/us-locations",
  "version": "1.2.0",
  "description": "Easy package to get US States",
  "main": "dist/index.js",
  "type": "module",
  "types": "dist/index.d.js",
  "scripts": {
    "lint": "eslint",
    "prebuild": "rm -rf dist",
    "build": "tsc",
    "test": "vitest run",
    "test:coverage": "vitest run  --ui --coverage",
    "prepare": "npm run build",
    "publish": "npm publish --access=public"
  },
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/MrGrigri/us-locations"
  },
  "keywords": [
    "US States",
    "United States of America States"
  ],
  "author": {
    "name": "Michael Richins",
    "email": "mr.grigri+gitlab@gmail.com",
    "url": "https://mikerichins.dev"
  },
  "license": "ISC",
  "bugs": {
    "url": "https://gitlab.com/MrGrigri/us-locations/issues"
  },
  "homepage": "https://gitlab.com/MrGrigri/us-locations#readme",
  "files": [
    "dist/**/*"
  ],
  "devDependencies": {
    "@vitest/coverage-v8": "^4.0.14",
    "@vitest/ui": "^4.0.14",
    "typescript": "^5.9.3",
    "vitest": "^4.0.14"
  }
}
