lage/package.json

42 строки
1.0 KiB
JSON
Исходник Обычный вид История

2020-05-18 23:16:27 +03:00
{
"name": "lage",
"description": "A monorepo task runner",
"version": "0.4.7",
"license": "MIT",
"main": "dist/index.js",
"bin": {
"lage": "bin/lage.js"
},
"scripts": {
"build": "tsc",
"start": "tsc -w --preserveWatchOutput",
"change": "beachball change",
"release": "yarn build && beachball publish"
},
"dependencies": {
"@lerna/profiler": "^3.20.0",
"chalk": "^4.0.0",
"backfill": "5.0.0-alpha.0",
"cosmiconfig": "^6.0.0",
"git-url-parse": "^11.1.2",
"npmlog": "^4.1.2",
"p-graph": "^0.4.0",
"p-queue": "^6.4.0",
"yargs-parser": "^18.1.3",
"workspace-tools": "^0.4.0"
},
"devDependencies": {
"@types/chalk": "^2.2.0",
"@types/cosmiconfig": "^6.0.0",
"@types/git-url-parse": "^9.0.0",
"@types/jju": "^1.4.1",
"@types/minimatch": "^3.0.3",
"@types/npmlog": "^4.1.2",
"@types/node": "^13.13.2",
"@types/p-queue": "^3.2.1",
"@types/yargs-parser": "^15.0.0",
"beachball": "^1.31.0",
"typescript": "^3.8.3"
}
}