-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.12 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.12 KB
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
37
38
39
40
41
42
43
44
45
46
{
"name": "pinnacle-pin-bot",
"version": "1.0.0",
"description": "A bot for monitoring and tweeting Pinnacle NFT sales on Flow blockchain",
"main": "index.js",
"scripts": {
"start": "node start.js --live-tweets",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LibruaryNFT/pinnacle-pin-bot.git"
},
"keywords": [
"flow",
"blockchain",
"nft",
"pinnacle",
"monitoring",
"twitter"
],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/LibruaryNFT/pinnacle-pin-bot/issues"
},
"homepage": "https://github.com/LibruaryNFT/pinnacle-pin-bot#readme",
"dependencies": {
"@google-cloud/secret-manager": "^6.2.0",
"@onflow/fcl": "^1.21.11",
"axios": "^1.18.1",
"canvas": "^3.2.3",
"dotenv": "^17.4.1",
"fcl-subscribe": "^0.1.9",
"node-fetch": "^2.7.0",
"pino": "^10.3.1",
"twitter-api-v2": "^1.22.0"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"eslint": "^10.6.0",
"pino-pretty": "^13.1.3",
"vitest": "^4.1.9"
}
}