26 lines
651 B
JSON
26 lines
651 B
JSON
{
|
|
"name": "test",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"@jc21/cypress-swagger-validation": "^0.0.5",
|
|
"@jc21/restler": "^3.4.0",
|
|
"chalk": "^3.0.0",
|
|
"cypress": "^4.0.2",
|
|
"cypress-plugin-retries": "^1.5.2",
|
|
"eslint": "^6.7.2",
|
|
"eslint-plugin-align-assignments": "^1.1.2",
|
|
"eslint-plugin-chai-friendly": "^0.5.0",
|
|
"eslint-plugin-cypress": "^2.8.0",
|
|
"lodash": "^4.17.15",
|
|
"mocha": "^6.2.2",
|
|
"mocha-junit-reporter": "^1.23.1"
|
|
},
|
|
"scripts": {
|
|
"cypress": "cypress open --config-file=cypress/config/dev.json --config baseUrl=http://127.0.0.1:3081"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|