{
  "name": "@redhat-developer/vscode-wizard",
  "displayName": "Vscode Wizard",
  "version": "0.3.1",
  "description": "Provides Wizard APIs for use in VSCode",
  "main": "./lib/index.js",
  "publisher": "redhat",
  "author": "Red Hat",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/redhat-developer/vscode-wizard.git"
  },
  "bugs": {
    "url": "https://github.com/redhat-developer/vscode-wizard/issues"
  },
  "types": "./lib/index.d.ts",
  "engines": {
    "vscode": "^1.54.0"
  },
  "activationEvents": [
    "*"
  ],
  "scripts": {
    "build": "npm run clean && npm run compile",
    "clean": "rm -rf out || rmdir out /s /q",
    "compile": "tsc -p ./",
    "prepublish": "tsc -p .",
    "test": "echo \"Error: no test specified\" && exit 1",
    "watch": "tsc -watch -p ./"
  },
  "files": [
    "/lib",
    "/pages"
  ],
  "devDependencies": {
    "@types/node": "^14.14.14",
    "@types/vscode": "^1.53.0",
    "@typescript-eslint/eslint-plugin": "^2.18.0",
    "@typescript-eslint/parser": "^2.18.0",
    "typescript": "^4.1.3",
    "eslint-config-airbnb-base": "^14.2.1"
  },
  "dependencies": {
    "handlebars": "^4.7.3"
  }
}
