as-services/tests/e2e/package.json
2025-04-22 12:23:38 +02:00

18 lines
328 B
JSON

{
"name": "@as/tests-e2e",
"version": "1.0.0",
"dependencies": {
"axios": "^0.26.1",
"got": "^12.0.2",
"jest-specific-snapshot": "^5.0.0",
"js-yaml": "^4.1.0",
"lodash.defaultsdeep": "^4.6.1",
"nctx": "^2.2.0"
},
"scripts": {
"lint": "eslint ."
},
"engines": {
"node": ">=22"
}
}