зеркало из https://github.com/microsoft/lage.git
29 строки
639 B
JSON
29 строки
639 B
JSON
{
|
|
"name": "@lage-run/e2e-tests",
|
|
"version": "0.1.0",
|
|
"description": "End to End Tests for Lage",
|
|
"private": true,
|
|
"repository": {
|
|
"url": "https://github.com/microsoft/lage"
|
|
},
|
|
"bin": {
|
|
"lage": "./bin/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": {
|
|
"monorepo-scripts": "*",
|
|
"@lage-run/cli": "^0.8.2",
|
|
"@lage-run/target-graph": "^0.6.1",
|
|
"@lage-run/scheduler-types": "^0.3.0",
|
|
"execa": "5.1.1"
|
|
}
|
|
}
|