-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 829 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 829 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "ts-api-validation",
"version": "1.0.0",
"scripts": {
"pretest": "rm -rf 3_0 mochawesome-report && npx go-git-it https://github.com/OpenAPITools/openapi-generator/tree/master/modules/openapi-generator/src/test/resources/3_0",
"test": "mocha --require ts-node/register ./test/**/*.ts --reporter mochawesome"
},
"author": "Denys Pavliuk",
"dependencies": {
"@types/mocha": "^10.0.9",
"@types/node": "^26.1.2",
"axios": "^1.20.0",
"chai": "^6.2.2",
"chai-openapi-response-validator": "^0.14.2",
"go-git-it": "^5.1.7",
"jsonpath": "^1.3.0",
"mocha": "^11.8.0",
"mochawesome": "^8.0.1",
"swagger2openapi": "^7.0.8",
"ts-node": "^10.9.2",
"typescript": "^7.0.2"
},
"devDependencies": {
"@types/chai": "^5.2.3",
"@types/jsonpath": "^0.2.4"
}
}