workspace-tools
Version:
A collection of tools that are useful in a git-controlled monorepo that is managed by one of these software:
47 lines (46 loc) • 1.18 kB
JSON
{
"name": "workspace-tools",
"version": "0.16.2",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/microsoft/workspace-tools"
},
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"build": "tsc",
"change": "beachball change",
"checkchange": "beachball check",
"release": "beachball publish -y",
"start": "tsc -w --preserveWatchOutput",
"test": "jest"
},
"dependencies": {
"@yarnpkg/lockfile": "^1.1.0",
"find-up": "^4.1.0",
"find-yarn-workspace-root": "^1.2.1",
"fs-extra": "^9.0.0",
"git-url-parse": "^11.1.2",
"globby": "^11.0.0",
"jju": "^1.4.0",
"multimatch": "^4.0.0",
"read-yaml-file": "^2.0.0"
},
"devDependencies": {
"@types/fs-extra": "^8.1.0",
"@types/git-url-parse": "^9.0.0",
"@types/glob": "^7.1.1",
"@types/jest": "^25.2.2",
"@types/jju": "^1.4.1",
"@types/multimatch": "^4.0.0",
"@types/node": ">=12.0.0",
"@types/tmp": "^0.2.0",
"@types/yarnpkg__lockfile": "^1.1.3",
"beachball": "^2.2.0",
"jest": "^25.0.0",
"tmp": "^0.2.1",
"ts-jest": "^25.5.1",
"typescript": "3.8.3"
}
}