{ "name": "azlyrics-scraper", "version": "1.0.0", "description": "AZLyrics scraper API using Playwright", "main": "index.js", "scripts": { "start": "node index.js", "postinstall": "playwright install --with-deps chromium" }, "dependencies": { "express": "^4.18.2", "playwright": "^1.40.0" }, "engines": { "node": ">=18.0.0" } }