{ "name": "@jupyterlab/buildutils", "version": "2.1.0", "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", "files": [ "lib/*.d.ts", "lib/*.js.map", "lib/*.js", "template/package.json", "template/tsconfig.json", "template/src/index.ts" ], "main": "lib/index.js", "types": "lib/index.d.ts", "bin": { "ensure-max-old-space": "./lib/ensure-max-old-space.js", "get-dependency": "./lib/get-dependency.js", "remove-dependency": "./lib/remove-dependency.js", "update-dependency": "./lib/update-dependency.js", "update-dist-tag": "./lib/update-dist-tag.js" }, "directories": { "lib": "lib/" }, "scripts": { "build": "tsc", "clean": "rimraf lib", "prepublishOnly": "npm run build", "watch": "tsc -w --listEmittedFiles" }, "dependencies": { "@lumino/coreutils": "^1.4.2", "@yarnpkg/lockfile": "^1.1.0", "child_process": "~1.0.2", "commander": "~4.0.1", "crypto": "~1.0.1", "dependency-graph": "^0.8.1", "duplicate-package-checker-webpack-plugin": "^3.0.0", "fs-extra": "^8.1.0", "glob": "~7.1.6", "inquirer": "^7.0.0", "mini-css-extract-plugin": "~0.8.0", "package-json": "^6.5.0", "path": "~0.12.7", "prettier": "^1.19.1", "semver": "^6.3.0", "sort-package-json": "~1.31.0", "typescript": "~3.7.3", "webpack": "^4.41.2", "which": "^2.0.2" }, "devDependencies": { "@types/duplicate-package-checker-webpack-plugin": "^2.1.0", "@types/fs-extra": "^8.0.1", "@types/glob": "^7.1.1", "@types/inquirer": "^6.5.0", "@types/mini-css-extract-plugin": "^0.8.0", "@types/node": "^12.12.17", "@types/prettier": "^1.19.0", "@types/webpack": "^4.41.0", "@types/which": "^1.3.2", "rimraf": "~3.0.0" }, "publishConfig": { "access": "public" } }