-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 1.16 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": "flairchange_bot",
"version": "3.3.10",
"description": "Detecting user flair changes in r/PoliticalCompassMemes",
"main": "./build/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"start": "node ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/ornato-t/flair-change-is-cringe.git"
},
"keywords": [
"reddit",
"reddit_bot"
],
"author": "ornato-t",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/ornato-t/flair-change-is-cringe/issues"
},
"homepage": "https://github.com/ornato-t/flair-change-is-cringe#readme",
"dependencies": {
"dotenv": "^16.0.0",
"mongodb": "^4.17.0",
"node-cron": "^3.0.2",
"snoostorm": "^1.5.2",
"snoowrap": "^1.23.0",
"yaml": "^2.2.2"
},
"type": "module",
"devDependencies": {
"@types/node-cron": "^3.0.7",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"eslint": "^8.31.0",
"typescript": "^4.9.4"
}
}