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