-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 938 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
34
35
36
37
38
39
40
{
"name": "forestfriends",
"version": "0.1.0",
"engines": {
"node": "17.x"
},
"description": "Regularly posts pictures of your favorite forest animals in a channel you choose",
"dependencies": {
"axios": "^0.27.2",
"chalk": "^4.1.2",
"discord.js": "^13.7.0",
"dotenv": "^16.0.1",
"mongoose": "^6.3.4",
"path": "^0.12.7",
"ts-node": "^10.7.0",
"typescript": "^4.6.4",
"wokcommands": "^1.5.3"
},
"main": "index.ts",
"scripts": {
"test": "test.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AntaresNetwork/ForestFriends.git"
},
"keywords": [
"playantares",
"antares",
"forest",
"forestfriends",
"animals"
],
"author": "Nate Goldsborough",
"license": "MIT",
"bugs": {
"url": "https://github.com/AntaresNetwork/ForestFriends/issues"
},
"homepage": "https://github.com/AntaresNetwork/ForestFriends#readme"
}