aspnetcore/src/ProjectTemplates/BlazorTemplates.Tests/package.json

17 lines
484 B
JSON

{
"name": "microsoft.aspnetcore.projecttemplates.tests",
"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"
},
"author": "",
"license": "Apache-2.0",
"dependencies": {
"selenium-standalone": "^6.17.0"
}
}