11{
2- "name" : " @lambdatest/playwright-driver" ,
3- "version" : " 1.0.3" ,
4- "description" : " Playwright SDK for smart UI" ,
5- "main" : " index.js" ,
6- "scripts" : {
7- "test" : " echo \" Error: no test specified\" && exit 1"
8- },
9- "repository" : {
10- "type" : " git" ,
11- "url" : " git+https://github.com/LambdaTest/lambdatest-js-sdk.git" ,
12- "directory" : " packages/playwright"
13- },
14- "keywords" : [
15- " lambdatest" ,
16- " playwright" ,
17- " smartui"
18- ],
19- "author" :
" LambdaTest <[email protected] >" ,
20- "license" : " MIT" ,
21- "bugs" : {
22- "url" : " https://github.com/LambdaTest/lambdatest-js-sdk/issues"
23- },
24- "homepage" : " https://github.com/LambdaTest/lambdatest-js-sdk#readme" ,
25-
26- "peerDependencies" : {
27- "playwright-core" : " >=1"
28- },
29- "devDependencies" : {
30- "@playwright/test" : " ^1.24.2" ,
31- "playwright" : " ^1.24.2"
32- },
33- "dependencies" : {
34- "@lambdatest/sdk-utils" : " workspace:^"
35- }
36-
37- }
2+ "name" : " @lambdatest/playwright-driver" ,
3+ "version" : " 1.0.3" ,
4+ "description" : " Playwright SDK for smart UI" ,
5+ "main" : " index.js" ,
6+ "scripts" : {
7+ "test" : " echo \" Error: no test specified\" && exit 1"
8+ },
9+ "repository" : {
10+ "type" : " git" ,
11+ "url" : " git+https://github.com/LambdaTest/lambdatest-js-sdk.git" ,
12+ "directory" : " packages/playwright"
13+ },
14+ "keywords" : [
15+ " lambdatest" ,
16+ " playwright" ,
17+ " smartui"
18+ ],
19+ "author" :
" LambdaTest <[email protected] >" ,
20+ "license" : " MIT" ,
21+ "bugs" : {
22+ "url" : " https://github.com/LambdaTest/lambdatest-js-sdk/issues"
23+ },
24+ "homepage" : " https://github.com/LambdaTest/lambdatest-js-sdk#readme" ,
25+ "dependencies" : {
26+ "@lambdatest/sdk-utils" : " workspace:^"
27+ }
28+ }
3829
0 commit comments