Update package.json
Browse files- package.json +2 -1
package.json
CHANGED
|
@@ -1,13 +1,14 @@
|
|
| 1 |
{
|
| 2 |
"name": "azlyrics-scraper",
|
| 3 |
"version": "1.0.0",
|
| 4 |
-
"description": "AZLyrics scraper using Playwright",
|
| 5 |
"main": "index.js",
|
| 6 |
"scripts": {
|
| 7 |
"start": "node index.js",
|
| 8 |
"postinstall": "playwright install --with-deps chromium"
|
| 9 |
},
|
| 10 |
"dependencies": {
|
|
|
|
| 11 |
"playwright": "^1.40.0"
|
| 12 |
},
|
| 13 |
"engines": {
|
|
|
|
| 1 |
{
|
| 2 |
"name": "azlyrics-scraper",
|
| 3 |
"version": "1.0.0",
|
| 4 |
+
"description": "AZLyrics scraper API using Playwright",
|
| 5 |
"main": "index.js",
|
| 6 |
"scripts": {
|
| 7 |
"start": "node index.js",
|
| 8 |
"postinstall": "playwright install --with-deps chromium"
|
| 9 |
},
|
| 10 |
"dependencies": {
|
| 11 |
+
"express": "^4.18.2",
|
| 12 |
"playwright": "^1.40.0"
|
| 13 |
},
|
| 14 |
"engines": {
|