зеркало из https://github.com/microsoft/lage.git
63 строки
1.7 KiB
JSON
63 строки
1.7 KiB
JSON
{
|
|
"name": "lage",
|
|
"version": "0.13.0",
|
|
"description": "A monorepo task runner",
|
|
"repository": {
|
|
"url": "https://github.com/microsoft/lage"
|
|
},
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"bin": {
|
|
"lage": "bin/lage.js"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"change": "beachball change",
|
|
"checkchange": "beachball check",
|
|
"docs": "vuepress dev docs --host localhost",
|
|
"docs:build": "vuepress build docs",
|
|
"gh-pages": "gh-pages",
|
|
"release": "beachball publish -y",
|
|
"release:docs": "yarn docs:build && yarn gh-pages -d docs/.vuepress/dist --dotfiles",
|
|
"start": "tsc -w --preserveWatchOutput",
|
|
"test": "ts-node node_modules/jasmine/bin/jasmine --config=jasmine.json"
|
|
},
|
|
"resolutions": {
|
|
"mermaid": "8.5.0",
|
|
"watchpack": "1.6.1"
|
|
},
|
|
"dependencies": {
|
|
"@microsoft/task-scheduler": "^2.1.3",
|
|
"abort-controller": "^3.0.0",
|
|
"backfill": "^6.0.0",
|
|
"backfill-config": "^6.0.0",
|
|
"backfill-logger": "^5.0.0",
|
|
"chalk": "^4.0.0",
|
|
"cosmiconfig": "^6.0.0",
|
|
"fast-glob": "^3.2.2",
|
|
"git-url-parse": "^11.1.2",
|
|
"npmlog": "^4.1.2",
|
|
"p-profiler": "^0.1.2",
|
|
"p-queue": "^6.4.0",
|
|
"workspace-tools": "^0.7.5",
|
|
"yargs-parser": "^18.1.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/chalk": "^2.2.0",
|
|
"@types/cosmiconfig": "^6.0.0",
|
|
"@types/git-url-parse": "^9.0.0",
|
|
"@types/jasmine": "^3.5.10",
|
|
"@types/node": "^13.13.2",
|
|
"@types/npmlog": "^4.1.2",
|
|
"@types/p-queue": "^3.2.1",
|
|
"@types/yargs-parser": "^15.0.0",
|
|
"beachball": "^1.31.4",
|
|
"gh-pages": "^2.2.0",
|
|
"jasmine": "^3.5.0",
|
|
"ts-node": "^8.10.2",
|
|
"typescript": "^3.8.3",
|
|
"vuepress": "1.5.0",
|
|
"vuepress-plugin-mermaidjs": "1.5.1"
|
|
}
|
|
}
|