Files
nginx-proxy-manager/test/package.json
T

28 lines
824 B
JSON
Raw Normal View History

2020-02-19 15:55:06 +11:00
{
2024-10-11 11:21:22 +10:00
"name": "npm-test",
2020-02-19 15:55:06 +11:00
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
2025-02-05 09:00:31 +10:00
"@jc21/cypress-swagger-validation": "^0.3.2",
"axios": "^1.7.9",
"cypress": "^14.0.1",
"cypress-multi-reporters": "^2.0.5",
2024-10-10 15:53:11 +10:00
"cypress-wait-until": "^3.0.2",
2025-02-05 09:00:31 +10:00
"eslint": "^9.19.0",
2020-02-19 15:55:06 +11:00
"eslint-plugin-align-assignments": "^1.1.2",
2024-10-10 15:53:11 +10:00
"eslint-plugin-chai-friendly": "^1.0.1",
2025-02-05 09:00:31 +10:00
"eslint-plugin-cypress": "^4.1.0",
2024-10-11 11:21:22 +10:00
"form-data": "^4.0.1",
2024-05-21 12:53:07 +10:00
"lodash": "^4.17.21",
2025-02-05 09:00:31 +10:00
"mocha": "^11.1.0",
2024-05-21 12:53:07 +10:00
"mocha-junit-reporter": "^2.2.1"
2020-02-19 15:55:06 +11:00
},
"scripts": {
2024-10-15 23:54:39 +10:00
"cypress": "HTTP_PROXY=127.0.0.1:8128 HTTPS_PROXY=127.0.0.1:8128 cypress open --config-file=cypress/config/ci.js",
"cypress:headless": "HTTP_PROXY=127.0.0.1:8128 HTTPS_PROXY=127.0.0.1:8128 cypress run --config-file=cypress/config/ci.js"
2020-02-19 15:55:06 +11:00
},
"author": "",
"license": "ISC"
}