termai commited on
Commit
8914098
·
verified ·
1 Parent(s): b893962

Create package.json

Browse files
Files changed (1) hide show
  1. package.json +16 -0
package.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "playwright-api",
3
+ "version": "1.0.0",
4
+ "description": "Playwright API - Termai",
5
+ "main": "index.js",
6
+ "scripts": {
7
+ "start": "node index.js"
8
+ },
9
+ "keywords": [],
10
+ "author": "",
11
+ "license": "MIT",
12
+ "dependencies": {
13
+ "express": "^4.21.2",
14
+ "playwright": "^1.54.1"
15
+ }
16
+ }