-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.26 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.26 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
47
48
49
50
{
"name": "gamethread",
"version": "0.2.0-beta",
"description": "The automation behind the Phoenix Suns subreddit game threads.",
"main": "bin/index.js",
"type": "module",
"scripts": {
"test": "npx jest --coverage",
"start": "node ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/redditsuns/gamethread.git"
},
"keywords": [
"suns",
"reddit",
"gamethread",
"bot"
],
"author": "bruxc <bruxc@sunsreddit.net>",
"license": "MIT",
"bugs": {
"url": "https://github.com/redditsuns/gamethread/issues"
},
"homepage": "https://github.com/redditsuns/gamethread#readme",
"dependencies": {
"croner": "^7.0.5",
"dotenv": "^16.3.1",
"encode": "^1.0.1",
"moment-timezone": "^0.5.43",
"node-fetch": "^3.3.2",
"node-schedule": "^2.1.1",
"snoowrap": "^1.15.2",
"url-encode-decode": "^1.0.0"
},
"devDependencies": {
"@babel/core": "^7.23.3",
"@babel/plugin-syntax-import-assertions": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.10",
"babel-jest": "^29.7.0",
"eslint": "^8.54.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"jest": "^29.7.0",
"jsdoc": "^4.0.2"
}
}