{
  "name": "@ideal-postcodes/jsutil",
  "version": "7.5.1",
  "description": "Browser Address Autocomplete for api.ideal-postcodes.co.uk",
  "author": {
    "name": "Ideal Postcodes",
    "email": "support@ideal-postcodes.co.uk",
    "url": "https://ideal-postcodes.co.uk"
  },
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs"
    }
  },
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=22"
  },
  "keywords": [
    "API",
    "Interface",
    "UK",
    "Address",
    "Postcode",
    "Search",
    "Ideal Postcodes"
  ],
  "license": "SEE LICENSE IN LICENSE",
  "publishConfig": {
    "access": "public"
  },
  "homepage": "https://docs.ideal-postcodes.co.uk",
  "bugs": {
    "url": "https://github.com/ideal-postcodes/feedback/issues",
    "email": "support@ideal-postcodes.co.uk"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ideal-postcodes/feedback.git"
  },
  "dependencies": {},
  "devDependencies": {
    "@types/chai": "~5.2.3",
    "@types/node": "~22.10.0",
    "agadoo": "~3.0.0",
    "chai": "~6.2.2",
    "cypress": "~14.2.0",
    "tsup": "~8.5.1",
    "typescript": "~5.7.2",
    "@atlas/tsconfig-base": "0.0.0",
    "@atlas/tsup-config": "0.0.0",
    "@ideal-postcodes/openapi": "4.17.0"
  },
  "scripts": {
    "check-types": "tsc --noEmit",
    "build": "tsup",
    "clean": "rm -rf dist",
    "lint": "eslint lib/",
    "test": "pnpm cypress:run",
    "test:treeshakeable": "agadoo dist/index.mjs",
    "cypress:run": "cypress run",
    "cypress:open": "cypress open"
  }
}