-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 846 Bytes
/
package.json
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
33
34
35
36
{
"name": "radiohead-twitter-bot",
"version": "0.0.2",
"description": "Twitter bot scrappers Radiohead lyrics from AZLyrics.com",
"main": "src/handler.js",
"dependencies": {
"@xata.io/client": "^0.28.2",
"axios": "^1.6.2",
"get-artist-discography": "0.0.4",
"puppeteer-core": "^19.4.1",
"twitter-api-v2": "^1.16.0"
},
"engines": {
"node": "19.x"
},
"repository": "https://github.com/metart43/radiohead-twittter-bot/",
"license": "MIT",
"keywords": [
"node",
"radiohead",
"twitter-bot",
"radiohead-bot",
"scrape lyrics"
],
"devDependencies": {
"@xata.io/cli": "^0.11.5",
"eslint": "^8.30.0",
"nodemon": "^2.0.20",
"prettier": "^2.8.1",
"puppeteer": "^19.4.1"
},
"env": {
"__DEV__": "true"
},
"author": "Artem Metelskyi <[email protected]>"
}