forked from Densf2/api_validation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·27 lines (27 loc) · 828 Bytes
/
Copy pathpackage.json
File metadata and controls
executable file
·27 lines (27 loc) · 828 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.1",
"@types/node": "^20.1.4",
"axios": "^1.4.0",
"chai": "^4.3.7",
"chai-openapi-response-validator": "^0.14.2",
"go-git-it": "^1.0.0",
"jsonpath": "^1.1.1",
"mocha": "^10.2.0",
"mochawesome": "^7.1.3",
"swagger2openapi": "^7.0.8",
"ts-node": "^10.9.1",
"typescript": "^5.0.4"
},
"devDependencies": {
"@types/chai": "^4.3.5",
"@types/jsonpath": "^0.2.0"
}
}