{
  "name": "vs-codespaces-authorization",
  "version": "0.2.1",
  "description": "GitHub Codespaces authorization client",
  "main": "./dist/index.js",
  "types": "./src/types/index.ts",
  "author": "Oleg Solomka <olsolomk@microsoft.com>",
  "license": "LICENSE.md",
  "scripts": {
    "prepare": "yarn setup",
    "build": "cross-env NODE_ENV=production webpack --config ./webpack/webpack.config.js",
    "watch": "cross-env NODE_ENV=development webpack --watch --progress --config ./webpack/webpack.config.js",
    "setup": "npm-run-all setup:*",
    "setup:base": "node ./src/scripts/generate-base-schema.js",
    "setup:webeditor": "node ./src/scripts/generate-webeditor-schema.js",
    "setup:generate": "node ./src/scripts/validate-schemas.js && node ./src/scripts/generate-schema-types.js && yarn build",
    "publish:module": "yarn setup && yarn publish"
  },
  "devDependencies": {
    "@types/node": "^14.0.10",
    "cross-env": "^7.0.2",
    "json-schema-to-typescript": "^9.1.0",
    "jsonschema": "^1.2.6",
    "npm-run-all": "^4.1.5",
    "ts-loader": "^7.0.5",
    "typescript": "^3.9.3",
    "webpack": "^4.43.0",
    "webpack-cli": "^3.3.11"
  },
  "resolutions": {
    "**/glob-parent": "^5.1.2",
    "**/set-value": "^4.0.1",
    "**/ansi-regex": "^5.0.1"
  }
}
