Skip to content

Commit 7f10b3a

Browse files
authored
package file
0 parents  commit 7f10b3a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

package.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "playwright-ts",
3+
"version": "1.0.0",
4+
"description": "Playwright Framework with Typescript",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "npx playwright test"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "https://github.com/akshayp7/playwright-typescipt-playwright-test.git"
12+
},
13+
"author": "Akshay Pai",
14+
"license": "ISC"
15+
}

0 commit comments

Comments
 (0)