{
  "name": "devbridge-autocomplete",
  "version": "1.5.0",
  "description": "Autocomplete provides suggestions while you type into the text field.",
  "homepage": "https://github.com/devbridge/jQuery-Autocomplete",
  "author": "Tomas Kirda (https://twitter.com/tkirda)",
  "main": "dist/jquery.autocomplete.js",
  "types": "./typings/jquery.autocomplete.d.ts",
  "license": "MIT",
  "keywords": [
    "jquery-plugin"
  ],
  "scripts": {
    "build": "grunt build",
    "format": "prettier --write ./src/**",
    "lint": "eslint ./src"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/devbridge/jQuery-Autocomplete.git"
  },
  "peerDependencies": {
    "jquery": ">=1.9"
  },
  "devDependencies": {
    "@types/jquery": "^3.5.32",
    "eslint": "^9.30.1",
    "grunt": "^1.6.1",
    "grunt-contrib-uglify": "^5.2.2",
    "prettier": "^3.6.2",
    "typescript": "^5.8.3"
  },
  "prettier": {
    "printWidth": 100,
    "trailingComma": "es5",
    "tabWidth": 4
  },
  "files": [
    "dist/",
    "typings/jquery-autocomplete/*.d.ts",
    "readme.md"
  ]
}