-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 873 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 873 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
28
29
30
31
32
33
34
35
36
37
{
"name": "gp-api-documentation-validator",
"version": "1.0.0",
"type": "module",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"api",
"testing",
"validation",
"documentation",
"playwright",
"web-scraping",
"global-payments",
"qa-automation"
],
"author": "",
"license": "MIT",
"description": "Automated tool to extract and validate API endpoint functionality from the Global Payments developer portal",
"dependencies": {
"axios": "^1.7.7",
"cheerio": "^1.0.0",
"express": "^4.21.1",
"fs-extra": "^11.2.0",
"jsdom": "^26.1.0",
"playwright": "^1.48.0",
"url": "^0.11.4"
},
"devDependencies": {
"@playwright/test": "^1.48.0",
"@types/node": "^24.1.0"
}
}