2020-05-18 23:16:27 +03:00
|
|
|
{
|
|
|
|
"name": "lage",
|
2020-06-18 22:56:16 +03:00
|
|
|
"version": "0.13.0",
|
2020-05-18 23:24:23 +03:00
|
|
|
"description": "A monorepo task runner",
|
2020-05-19 01:10:50 +03:00
|
|
|
"repository": {
|
|
|
|
"url": "https://github.com/microsoft/lage"
|
|
|
|
},
|
2020-05-18 23:16:27 +03:00
|
|
|
"license": "MIT",
|
2020-05-18 23:20:02 +03:00
|
|
|
"main": "lib/index.js",
|
2020-05-18 23:16:27 +03:00
|
|
|
"bin": {
|
|
|
|
"lage": "bin/lage.js"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"build": "tsc",
|
|
|
|
"change": "beachball change",
|
2020-05-26 00:38:23 +03:00
|
|
|
"checkchange": "beachball check",
|
2020-05-19 01:10:50 +03:00
|
|
|
"docs": "vuepress dev docs --host localhost",
|
2020-05-18 23:24:23 +03:00
|
|
|
"docs:build": "vuepress build docs",
|
|
|
|
"gh-pages": "gh-pages",
|
2020-05-24 02:02:21 +03:00
|
|
|
"release": "beachball publish -y",
|
2020-05-19 01:51:34 +03:00
|
|
|
"release:docs": "yarn docs:build && yarn gh-pages -d docs/.vuepress/dist --dotfiles",
|
2020-05-26 00:38:23 +03:00
|
|
|
"start": "tsc -w --preserveWatchOutput",
|
|
|
|
"test": "echo hello"
|
2020-05-18 23:16:27 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-06-17 21:05:38 +03:00
|
|
|
"@microsoft/task-scheduler": "^2.1.3",
|
2020-06-04 01:54:43 +03:00
|
|
|
"abort-controller": "^3.0.0",
|
2020-06-15 22:05:35 +03:00
|
|
|
"backfill": "^6.0.0",
|
|
|
|
"backfill-config": "^6.0.0",
|
2020-06-15 22:18:18 +03:00
|
|
|
"backfill-logger": "^5.0.0",
|
2020-05-18 23:24:23 +03:00
|
|
|
"chalk": "^4.0.0",
|
2020-05-18 23:16:27 +03:00
|
|
|
"cosmiconfig": "^6.0.0",
|
|
|
|
"git-url-parse": "^11.1.2",
|
2020-06-07 19:39:05 +03:00
|
|
|
"fast-glob": "^3.2.2",
|
2020-05-18 23:16:27 +03:00
|
|
|
"npmlog": "^4.1.2",
|
2020-05-26 00:53:27 +03:00
|
|
|
"p-profiler": "^0.1.2",
|
2020-05-18 23:16:27 +03:00
|
|
|
"p-queue": "^6.4.0",
|
2020-05-25 21:24:11 +03:00
|
|
|
"workspace-tools": "^0.7.5",
|
2020-05-18 23:24:23 +03:00
|
|
|
"yargs-parser": "^18.1.3"
|
2020-05-18 23:16:27 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/chalk": "^2.2.0",
|
|
|
|
"@types/cosmiconfig": "^6.0.0",
|
|
|
|
"@types/git-url-parse": "^9.0.0",
|
|
|
|
"@types/node": "^13.13.2",
|
2020-05-18 23:24:23 +03:00
|
|
|
"@types/npmlog": "^4.1.2",
|
2020-05-18 23:16:27 +03:00
|
|
|
"@types/p-queue": "^3.2.1",
|
|
|
|
"@types/yargs-parser": "^15.0.0",
|
2020-06-15 22:18:18 +03:00
|
|
|
"beachball": "^1.31.4",
|
2020-05-18 23:24:23 +03:00
|
|
|
"gh-pages": "^2.2.0",
|
|
|
|
"typescript": "^3.8.3",
|
2020-05-26 04:34:53 +03:00
|
|
|
"vuepress": "1.5.0",
|
|
|
|
"vuepress-plugin-mermaidjs": "1.5.1"
|
|
|
|
},
|
|
|
|
"resolutions": {
|
|
|
|
"watchpack": "1.6.1",
|
|
|
|
"mermaid": "8.5.0"
|
2020-05-18 23:16:27 +03:00
|
|
|
}
|
|
|
|
}
|