File size: 789 Bytes
d6a14cd 36b9376 d6a14cd 36b9376 d6a14cd 36b9376 538358b 88cd783 1645953 b3da5f7 88cd783 e0da889 bb90e00 e0da889 36b9376 d6a14cd |
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 |
{
"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",
"node-fetch": "latest",
"yt-search": "latest",
"fast-levenshtein": "latest",
"cheerio": "latest",
"os": "latest",
"fake-useragent": "latest",
"formdata-node": "latest",
"socket.io-client": "latest"
},
"devDependencies": {
"nodemon": "latest"
}
} |