down / package.json
wudysoft's picture
Update package.json
bb90e00 verified
raw
history blame contribute delete
789 Bytes
{
"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"
}
}