File size: 869 Bytes
21cac8a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
38
39
40
41
{
  "name": "ux-analyst-cli",
  "version": "1.0.0",
  "description": "Command-line interface for UX Analyst AI",
  "main": "index.js",
  "bin": {
    "ux-analyze": "./bin/ux-analyze.js",
    "ux-analyst": "./bin/ux-analyze.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "ux",
    "analysis",
    "accessibility",
    "cli",
    "web",
    "automation"
  ],
  "author": "",
  "license": "MIT",
  "dependencies": {
    "commander": "^11.0.0",
    "chalk": "^4.1.2",
    "ora": "^5.4.1",
    "inquirer": "^8.2.4",
    "fs-extra": "^11.1.1",
    "path": "^0.12.7",
    "dotenv": "^16.3.1",
    "uuid": "^9.0.1",
    "@axe-core/puppeteer": "^4.8.2",
    "@google/generative-ai": "^0.15.0",
    "puppeteer": "^21.5.2",
    "sharp": "^0.32.6",
    "sqlite3": "^5.1.6"
  },
  "engines": {
    "node": ">=14.0.0"
  }
}