зеркало из https://github.com/microsoft/lage.git
36 строки
836 B
JSON
36 строки
836 B
JSON
{
|
|
"name": "@lage-run/reporters",
|
|
"version": "1.0.0",
|
|
"description": "Log reporters for Lage",
|
|
"repository": {
|
|
"url": "https://github.com/microsoft/lage"
|
|
},
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"types": "lib/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"start": "tsc -w --preserveWatchOutput",
|
|
"test": "jest",
|
|
"lint": "monorepo-scripts lint"
|
|
},
|
|
"dependencies": {
|
|
"@lage-run/logger": "^1.2.2",
|
|
"@lage-run/scheduler-types": "^0.3.0",
|
|
"@lage-run/target-graph": "^0.6.1",
|
|
"@lage-run/format-hrtime": "^0.1.4",
|
|
"chalk": "^4.0.0",
|
|
"ansi-regex": "^5.0.1",
|
|
"gradient-string": "^2.0.1",
|
|
"ink": "^3.2.0",
|
|
"react": "^18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "18.0.28",
|
|
"memory-streams": "0.1.3"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|