{
  "name": "getaddress-autocomplete-native",
  "version": "2.2.1",
  "description": "GetAddress.io - Native Autocomplete Plug-In",
  "main": "./lib/Index",
  "type": "module",
  "types": "./lib/Index",
  "typings": "./lib/Index",
  "homepage": "https://getaddress.io",
  "repository": {
    "type": "git",
    "url": "https://github.com/getAddress/autocomplete-native"
  },
  "files": [
    "./lib"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "cleanDist": "rimraf dist/*",
    "rollup": "rollup -c",
    "compile": "tsc -p .",
    "build": "npm-run-all cleanDist compile rollup",
    "watch": "rollup -c --watch"
  },
  "keywords": [
    "postcode",
    "getAddress",
    "address",
    "plugin",
    "UK",
    "autocomplete",
    "datalist"
  ],
  "author": "getAddress()",
  "license": "MIT",
  "devDependencies": {
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^12.1.2",
    "npm-run-all": "^4.1.5",
    "rimraf": "^3.0.2",
    "rollup": "^4.13.0",
    "tslib": "^2.8.1",
    "typescript": "^5.4.3"
  },
  "dependencies": {
    "getaddress-api": "^2.1.0",
    "getaddress-autocomplete-modal": "^1.1.1"
  }
}
