forked from LambdaTest/smartui-storybook
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.05 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.05 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
{
"name": "@lambdatest/smartui-storybook",
"version": "1.1.5",
"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": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"smartui": "./index.js"
},
"keywords": [
"lambdatest",
"smartui"
],
"bugs": {
"url": "https://github.com/LambdaTest/smartui-storybook/issues"
},
"author": "LambdaTest <keys@lambdatest.com>",
"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"
}
}