49 строки
1.2 KiB
JSON
49 строки
1.2 KiB
JSON
{
|
|
"name": "workspace-tools-monorepo",
|
|
"private": true,
|
|
"version": "0.0.1",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/microsoft/workspace-tools"
|
|
},
|
|
"workspaces": [
|
|
"packages/*",
|
|
"scripts"
|
|
],
|
|
"scripts": {
|
|
"build": "lage build",
|
|
"build:docs": "typedoc",
|
|
"release:docs": "yarn build:docs && gh-pages -d docs",
|
|
"change": "beachball change",
|
|
"checkchange": "beachball check",
|
|
"format": "prettier --write .",
|
|
"release": "beachball publish -y",
|
|
"test": "lage test"
|
|
},
|
|
"devDependencies": {
|
|
"@types/fs-extra": "9.0.13",
|
|
"@types/git-url-parse": "9.0.1",
|
|
"@types/jest": "28.1.7",
|
|
"@types/jju": "1.4.2",
|
|
"@types/micromatch": "4.0.2",
|
|
"@types/node": "14.18.24",
|
|
"@types/tmp": "0.2.3",
|
|
"@types/yarnpkg__lockfile": "1.1.5",
|
|
"beachball": "2.30.0",
|
|
"fs-extra": "10.1.0",
|
|
"gh-pages": "4.0.0",
|
|
"jest": "28.1.3",
|
|
"lage": "1.8.1",
|
|
"prettier": "2.7.1",
|
|
"tmp": "0.2.1",
|
|
"ts-jest": "28.0.8",
|
|
"typedoc": "0.22.15",
|
|
"typescript": "4.5.4"
|
|
},
|
|
"resolutions": {
|
|
"**/lage/workspace-tools": "npm:workspace-tools@0.26.3",
|
|
"**/lage/**/workspace-tools": "npm:workspace-tools@0.26.3"
|
|
}
|
|
}
|