-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
43 lines (43 loc) · 1.09 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
39
40
41
42
43
{
"name": "@lambdatest/smartui-storybook",
"version": "1.1.20",
"description": "LambdaTest's command-line interface (CLI) aimed to help you run your SmartUI tests on LambdaTest platform",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/LambdaTest/smartui-storybook.git"
},
"homepage": "https://github.com/LambdaTest/smartui-storybook#readme",
"scripts": {
"test": "jest --config=./test/jest.config.js"
},
"bin": {
"smartui": "./index.js"
},
"keywords": [
"lambdatest",
"smartui"
],
"bugs": {
"url": "https://github.com/LambdaTest/smartui-storybook/issues"
},
"author": "LambdaTest <[email protected]>",
"license": "MIT",
"dependencies": {
"archiver": "^5.3.1",
"axios": "^1.2.2",
"browserless": "^9.8.0",
"chalk": "^5.2.0",
"cli-table3": "^0.6.3",
"commander": "^9.5.0",
"finalhandler": "^1.2.0",
"form-data": "^4.0.0",
"jsdom": "^21.1.0",
"lodash": "^4.17.21",
"puppeteer": "^19.5.2",
"serve-static": "^1.15.0"
},
"devDependencies": {
"jest": "^29.5.0"
}
}