workspace-tools
Version:
A collection of tools that are useful in a git-controlled monorepo that is managed by one of these tools:
31 lines (30 loc) • 622 B
JSON
{
"name": "workspace-tools",
"version": "0.28.1",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/workspace-tools"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"lib/!(__*)"
],
"scripts": {
"build": "tsc",
"start": "tsc -w --preserveWatchOutput",
"test": "jest"
},
"dependencies": {
"@yarnpkg/lockfile": "^1.1.0",
"git-url-parse": "^13.0.0",
"globby": "^11.0.0",
"jju": "^1.4.0",
"js-yaml": "^4.1.0",
"micromatch": "^4.0.0"
},
"devDependencies": {
"workspace-tools-scripts": "*"
}
}