forked from jogajunto/jogajunto-tools-webaudit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 998 Bytes
/
package.json
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
{
"name": "jogajunto-tools-webaudit",
"version": "0.4.0",
"description": "A Complete Website Audit Solution",
"main": "dist/index.js",
"scripts": {
"prepare": "npm run build",
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jogajunto/jogajunto-tools-webaudit.git"
},
"author": "Rafael de Araujo - DEV Jogajunto",
"license": "Apache-2.0",
"dependencies": {
"@axe-core/playwright": "^4.8.4",
"nodehun": "^3.0.2",
"xlsx": "https://cdn.sheetjs.com/xlsx-0.20.1/xlsx-0.20.1.tgz"
},
"devDependencies": {
"@playwright/test": "^1.41.2",
"@types/node": "^20.8.2",
"prettier": "^3.1.0",
"typescript": "^5.3.2"
},
"peerDependencies": {
"@playwright/test": "^1.41.2"
},
"bugs": {
"url": "https://github.com/jogajunto/jogajunto-tools-webaudit/issues"
},
"homepage": "https://github.com/jogajunto/jogajunto-tools-webaudit#readme"
}