{
  "name": "@redhat-developer/vscode-extension-proposals",
  "version": "0.0.23",
  "description": "Manages extension recommendations for VS Code",
  "main": "lib/index.js",
  "types": "lib",
  "scripts": {
    "prepublish": "npm run compile",
    "build": "npm run clean && npm run compile",
    "clean": "rm -rf lib || rmdir lib /s /q",
    "compile": "tsc -p .",
    "coverage": "nyc -r lcov -e .ts -x \"*.ts\" npm run test",
    "test": "mocha -r ts-node/register --ui tdd \"src/tests/**/*.test.ts\""
  },
  "files": [
    "/lib"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/redhat-developer/vscode-extension-proposals.git"
  },
  "bugs": {
    "url": "https://github.com/redhat-developer/vscode-extension-proposals/issues"
  },
  "author": "Red Hat",
  "license": "Apache-2.0",
  "devDependencies": {
    "@types/chai": "^4.3.0",
    "@types/mocha": "^9.0.0",
    "@types/mock-fs": "^4.13.1",
    "@types/node": "^14.14.14",
    "@types/vscode": "1.75.1",
    "chai": "^4.3.4",
    "mocha": "^9.1.3",
    "nyc": "^15.1.0",
    "ts-node": "^10.4.0",
    "typescript": "^4.5.3"
  }
}
