File size: 689 Bytes
77f6a35
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
71d7cba
 
77f6a35
d791472
 
77f6a35
 
 
 
 
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
{
  "name": "hd-bart-generator-api",
  "version": "2.1.0",
  "description": "API for generating HD Bart images using Playwright",
  "main": "index.js",
  "type": "module",
  "scripts": {
    "start": "node app.js",
    "dev": "nodemon app.js"
  },
  "keywords": ["playwright", "express", "bart-generator", "API", "HD"],
  "author": "Putu",
  "license": "MIT",
  "dependencies": {
    "express": "latest",
    "playwright": "latest",
    "cors": "latest",
    "dotenv": "latest",
    "playwright-extra": "latest",
    "playwright-extra-plugin-stealth": "latest",
    "os": "latest",
    "sharp":"latest",
    "node-webpmux":"latest"
  },
  "devDependencies": {
    "nodemon": "latest"
  }
}