Files

33 lines
1.0 KiB
JSON
Raw Permalink 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": {
2026-05-25 12:40:10 +10:00
"@cypress/grep": "^6.0.0",
2025-02-05 09:00:31 +10:00
"@jc21/cypress-swagger-validation": "^0.3.2",
"@quobix/vacuum": "^0.26.4",
"axios": "^1.16.0",
2026-01-27 08:45:23 +10:00
"chalk": "^5.6.2",
"cypress": "^15.15.0",
2025-02-05 09:00:31 +10:00
"cypress-multi-reporters": "^2.0.5",
2024-10-10 15:53:11 +10:00
"cypress-wait-until": "^3.0.2",
"eslint": "^10.3.0",
2020-02-19 15:55:06 +11:00
"eslint-plugin-align-assignments": "^1.1.2",
"eslint-plugin-chai-friendly": "^1.2.0",
"eslint-plugin-cypress": "^6.4.1",
2026-02-20 11:02:56 +10:00
"form-data": "^4.0.5",
"lodash": "^4.18.1",
2026-02-20 11:02:56 +10:00
"mocha": "^11.7.5",
2024-05-21 12:53:07 +10:00
"mocha-junit-reporter": "^2.2.1"
2020-02-19 15:55:06 +11:00
},
"scripts": {
2026-01-27 08:45:23 +10:00
"cypress": "HTTP_PROXY=127.0.0.1:8128 HTTPS_PROXY=127.0.0.1:8128 cypress open --config-file=cypress/config/ci.mjs",
"cypress:headless": "HTTP_PROXY=127.0.0.1:8128 HTTPS_PROXY=127.0.0.1:8128 cypress run --config-file=cypress/config/ci.mjs",
"cypress:dev": "cypress run --config-file=cypress/config/dev.mjs",
"swagger-lint": "vacuum lint -b -q -d -a --no-clip -n=warn"
2020-02-19 15:55:06 +11:00
},
"author": "",
"license": "ISC"
}