-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
33 lines (33 loc) · 883 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
{
"name": "ca-dmv-bot",
"version": "1.3.0",
"description": "Social media bot that posts public records of California DMV vanity license plate submissions",
"main": "app.js",
"type": "module",
"scripts": {
"start": "node --no-warnings app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rjindael/ca-dmv-bot.git"
},
"author": "rjindael",
"license": "MIT",
"bugs": {
"url": "https://github.com/rjindael/ca-dmv-bot/issues"
},
"homepage": "https://github.com/rjindael/ca-dmv-bot#readme",
"dependencies": {
"@atproto/api": "^0.13.6",
"csv-parser": "^3.0.0",
"discord.js": "^14.16.1",
"dotenv": "^16.4.5",
"fs-extra": "^11.2.0",
"gm": "^1.25.0",
"masto": "^6.8.0",
"node-schedule": "^2.1.1",
"string-to-stream": "^3.0.1",
"tumblr.js": "^5.0.0",
"twitter-api-v2": "^1.17.2"
}
}