forked from SMAT-Lab/HapTest
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.15 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.15 KB
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
42
43
44
45
46
{
"name": "haptest",
"version": "0.2.0",
"description": "HapTest is an OpenHarmony application UI automated testing framework.",
"bin": {
"haptest": "bin/haptest"
},
"main": "lib/index.js",
"scripts": {
"build": "tsc",
"prepack": "npm run build",
"test": "vitest",
"haptest": "node -r ts-node/register src/cli/cli.ts --policy greedy_dfs -i com.huawei.hmos.files -o out"
},
"author": "",
"license": "Apache License, Version 2.0",
"dependencies": {
"@ts-graphviz/adapter": "^2.0.3",
"@types/ws": "^8.5.12",
"adm-zip": "^0.5.15",
"bjc": "^1.0.22",
"class-transformer": "^0.5.1",
"commander": "^12.1.0",
"graphology": "^0.25.4",
"graphology-shortest-path": "^2.1.0",
"image-hash": "^5.3.2",
"log4js": "^6.9.1",
"moment": "^2.30.1",
"openai": "^5.12.2",
"promise-socket": "7.0.0",
"ts-graphviz": "^2.1.2",
"ws": "^8.18.0"
},
"devDependencies": {
"@types/adm-zip": "^0.5.5",
"@types/node": "^20.14.9",
"ts-node": "^10.9.2",
"vitest": "^3.2.4"
},
"files": [
"bin",
"lib",
"res",
"package.json"
]
}