{
  "name": "@paperclip-ui/autocomplete",
  "version": "18.5.6",
  "description": "Internal Autocomplete helper util for language clients",
  "main": "index.js",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "tsc",
    "lint": "eslint src",
    "build:watch": "tsc --watch --preserveWatchOutput",
    "test": "mocha -R spec lib/test/**/*-test.js"
  },
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@types/mocha": "^7.0.2",
    "@types/node": "^14.0.20",
    "@typescript-eslint/eslint-plugin": "^3.6.1",
    "@typescript-eslint/parser": "^3.6.1",
    "chai": "^4.2.0",
    "eslint": "^7.4.0",
    "mocha": "^8.0.1",
    "typescript": "^4.2.3"
  },
  "gitHead": "f688df5530117dfba1fdb29ef2e0ed1cc446e406"
}
