{
  "name": "@jupyterlab/buildutils",
  "version": "3.4.3",
  "description": "JupyterLab - Build Utilities",
  "homepage": "https://github.com/jupyterlab/jupyterlab",
  "bugs": {
    "url": "https://github.com/jupyterlab/jupyterlab/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jupyterlab/jupyterlab.git"
  },
  "license": "BSD-3-Clause",
  "author": "Project Jupyter",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "bin": {
    "get-dependency": "./lib/get-dependency.js",
    "local-repository": "./lib/local-repository.js",
    "remove-dependency": "./lib/remove-dependency.js",
    "update-dependency": "./lib/update-dependency.js",
    "update-dist-tag": "./lib/update-dist-tag.js"
  },
  "directories": {
    "lib": "lib/"
  },
  "files": [
    "lib/*.d.ts",
    "lib/*.js.map",
    "lib/*.js",
    "template/package.json",
    "template/tsconfig.json",
    "template/src/index.ts",
    "verdaccio.yml"
  ],
  "scripts": {
    "build": "tsc",
    "build:all": "npm run build",
    "clean": "rimraf lib && rimraf tsconfig.tsbuildinfo",
    "watch": "tsc -w --listEmittedFiles"
  },
  "dependencies": {
    "@lumino/coreutils": "^1.11.0",
    "@yarnpkg/lockfile": "^1.1.0",
    "child_process": "~1.0.2",
    "commander": "~6.0.0",
    "crypto": "~1.0.1",
    "dependency-graph": "^0.9.0",
    "fs-extra": "^9.0.1",
    "glob": "~7.1.6",
    "inquirer": "^7.1.0",
    "minimatch": "~3.0.4",
    "os": "~0.1.1",
    "package-json": "^6.5.0",
    "prettier": "~2.1.1",
    "process": "^0.11.10",
    "semver": "^7.3.2",
    "sort-package-json": "~1.44.0",
    "typescript": "~4.1.3",
    "verdaccio": "^5.1.1"
  },
  "devDependencies": {
    "@types/fs-extra": "^9.0.1",
    "@types/glob": "^7.1.1",
    "@types/inquirer": "^7.3.1",
    "@types/node": "^14.6.1",
    "@types/prettier": "~2.1.0",
    "rimraf": "~3.0.0"
  },
  "publishConfig": {
    "access": "public"
  }
}