File size: 946 Bytes
34a0297 df0f7ad 34a0297 901a86d 34a0297 9432771 9aa4895 080674e 34a0297 5356037 34a0297 |
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 |
{
"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",
"axios": "latest",
"os": "latest",
"sharp": "latest",
"node-fetch": "latest",
"child_process": "latest",
"path": "latest",
"axios-cookiejar-support": "^5.0.5",
"cheerio": "latest",
"tough-cookie": "latest",
"turndown": "latest",
"ws": "latest",
"crypto": "latest",
"vm2": "latest",
"ve-compiler": "latest",
"stream": "latest",
"events": "latest"
},
"devDependencies": {
"nodemon": "latest"
}
} |