-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.01 KB
/
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
37
38
39
40
41
{
"name": "srcpb",
"version": "1.0",
"description": "a bot that generates semi random, procedurally generated color palletes, and then posts them to Mastodon.",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"@atproto/api": "^0.13.15",
"canvas": "3.1.0",
"color-name-list": "11.5.0",
"dotenv": "^16.4.5",
"express": "^4.21.0",
"forever-monitor": "^3.0.3",
"graceful-fs": "^4.2.11",
"html-to-text": "^9.0.5",
"indefinite": "^2.5.1",
"mastodon-api": "^1.3.0",
"nearest-color": "^0.4.4",
"node-cron": "^3.0.3",
"util": "^0.12.5"
},
"engines": {
"node": ">=16.x"
},
"repository": {
"url": "https://github.com/alien-sunset/SRCPB"
},
"license": "MIT",
"keywords": [
"node",
"glitch",
"color",
"art",
"hues",
"bot",
"mastodon"
],
"author": "AlienSunset"
}