{
  "name": "vscode-fzf",
  "displayName": "vscode-fzf",
  "description": "",
  "publisher": "kawamurakazushi",
  "version": "0.0.14",
  "engines": {
    "vscode": "^1.53.0"
  },
  "categories": [
    "Other"
  ],
  "activationEvents": [
    "onCommand:vscode-fzf.find",
    "onCommand:vscode-fzf.grep"
  ],
  "main": "./out/extension.js",
  "contributes": {
    "commands": [
      {
        "command": "vscode-fzf.find",
        "title": "fzf find"
      },
      {
        "command": "vscode-fzf.grep",
        "title": "fzf grep"
      },
      {
        "command": "vscode-fzf.tig",
        "title": "tig status"
      }
    ]
  },
  "scripts": {
    "vscode:prepublish": "yarn run compile",
    "publish": "vsce package && vsce publish",
    "compile": "tsc -p ./",
    "lint": "eslint src --ext ts",
    "watch": "tsc -watch -p ./",
    "pretest": "yarn run compile && yarn run lint",
    "test": "node ./out/test/runTest.js"
  },
  "devDependencies": {
    "@types/glob": "^7.1.3",
    "@types/mocha": "^8.2.1",
    "@types/node": "^14.14.28",
    "@types/vscode": "^1.53.0",
    "@typescript-eslint/eslint-plugin": "^3.8.0",
    "@typescript-eslint/parser": "^3.8.0",
    "eslint": "^7.20.0",
    "glob": "^7.1.6",
    "mocha": "^8.3.0",
    "typescript": "^3.8.3",
    "vscode-test": "^1.5.1"
  }
}
