{
  "name": "paperclip-autocomplete",
  "version": "18.3.8",
  "description": "Internal Autocomplete helper util for language clients",
  "main": "index.js",
  "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": "9cf381eeab887485cdee3d601d491afd22963d13"
}
