Skip to content

Commit 14a5119

Browse files
committed
Major revamp for v2.0.0
1 parent 5a92723 commit 14a5119

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+3251
-2949
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
node_modules
2-
.DS_Store
2+
dist

package.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
{
2+
"name": "@lambdatest/smartui-cli",
3+
"version": "2.0.0",
4+
"description": "",
5+
"main": "index.js",
6+
"scripts": {
7+
"build": "tsup",
8+
"test": "echo \"Error: no test specified\" && exit 1"
9+
},
10+
"bin": {
11+
"smartui": "./dist/index.cjs"
12+
},
13+
"type": "module",
14+
"keywords": [],
15+
"author": "",
16+
"license": "ISC",
17+
"dependencies": {
18+
"@types/cross-spawn": "^6.0.4",
19+
"@types/node": "^20.8.9",
20+
"@types/which": "^3.0.2",
21+
"axios": "^1.6.0",
22+
"chalk": "^4.1.2",
23+
"commander": "^11.1.0",
24+
"cross-spawn": "^7.0.3",
25+
"fastify": "^4.24.3",
26+
"form-data": "^4.0.0",
27+
"listr2": "^7.0.1",
28+
"playwright": "^1.39.0",
29+
"tsup": "^7.2.0",
30+
"which": "^4.0.0",
31+
"winston": "^3.10.0"
32+
}
33+
}

packages/cli/README.md

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)