getaddress-autocomplete-modal
Version:
GetAddress.io - Autocomplete modal plug-in
52 lines (51 loc) • 1.29 kB
JSON
{
"name": "getaddress-autocomplete-modal",
"version": "1.1.1",
"description": "GetAddress.io - Autocomplete modal plug-in",
"main": "./lib/Index",
"type": "module",
"types": "./lib/Index",
"typings": "./lib/Index",
"exports": "./lib/Index.js",
"homepage": "https://getaddress.io",
"repository": {
"type": "git",
"url": "https://github.com/getAddress/autocomplete-modal"
},
"files": [
"./lib"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"cleanDist": "rimraf dist/*",
"rollup": "rollup -c",
"watchRollup": "rollup -c --watch",
"watchTs": "tsc -p . --watch",
"compile": "tsc -p .",
"build": "npm-run-all cleanDist compile rollup"
},
"keywords": [
"postcode",
"getAddress",
"address",
"plugin",
"UK",
"autocomplete",
"modal"
],
"author": "getAddress()",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-node-resolve": "^16.0.0",
"@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"
}
}