Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.json « E2ETest « test « Components « src - github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 40e21213b28b23f7b9194cb6c84445eb3ef15560 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
  "name": "microsoft.aspnetcore.components.e2etest",
  "version": "0.0.1",
  "description": "Not a real package. This file exists only to declare dependencies.",
  "main": "index.js",
  "private": true,
  "scripts": {
    "selenium-standalone": "selenium-standalone",
    "prepare": "selenium-standalone install --config ../../../Shared/E2ETesting/selenium-config.json",
    "sauce": "ts-node ./scripts/sauce.ts"
  },
  "author": "",
  "license": "Apache-2.0",
  "dependencies": {
    "sauce-connect-launcher": "^1.3.1",
    "selenium-standalone": "^6.24.0"
  },
  "devDependencies": {
    "@types/node": "^13.1.7",
    "ts-node": "^8.6.2",
    "typescript": "^3.7.5"
  },
  "resolutions": {
    "lodash": ">=4.17.21",
    "async": ">=3.2.2",
    "minimist": ">=1.2.6"
  }
}