{ "name": "try-playwright", "version": "0.0.1", "description": "API for generating HD Bart images using Playwright", "main": "app.js", "scripts": { "start": "node app.js", "dev": "nodemon app.js" }, "keywords": ["playwright", "express", "API"], "author": "@ryukenshiroo – Pratama", "license": "MIT", "dependencies": { "express": "latest", "playwright": "latest", "cors": "latest", "dotenv": "latest", "axios": "*", "fs": "*", "path": "latest", "axios": "*", "form-data": "*", "file-type": "^16.5.3" }, "devDependencies": { "nodemon": "latest" } }