-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.18 KB
/
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
36
37
38
{
"name": "wizardDoc",
"version": "1.0.0",
"main": "src/index.ts",
"scripts": {
"ios": "ts-node src/index.ts platform=ios",
"ios:name": "ts-node src/index.ts fileName=FileName platform=ios",
"ios:name:root": "ts-node src/index.ts fileName=FileName rootIdContainer=bottomsheet platform=ios",
"android": "ts-node src/index.ts platform=android",
"android:name": "ts-node src/index.ts fileName=FileName platform=android",
"android:name:root": "ts-node src/index.ts fileName=FileName rootIdContainer=bottomsheet platform=android",
"test": "jest",
"lint": "eslint ."
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@inquirer/prompts": "^7.1.0",
"webdriverio": "^9.2.14"
},
"devDependencies": {
"@eslint/js": "^9.14.0",
"@types/jest": "^29.5.14",
"@types/node": "^22.9.0",
"@typescript-eslint/eslint-plugin": "^8.14.0",
"@typescript-eslint/parser": "^8.14.0",
"eslint": "^9.14.0",
"eslint-plugin-jest": "^28.9.0",
"globals": "^15.12.0",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"typescript": "^5.6.3",
"typescript-eslint": "^8.14.0"
}
}