-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 993 Bytes
/
package.json
File metadata and controls
45 lines (45 loc) · 993 Bytes
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
{
"name": "aquos",
"version": "1.0.0",
"description": "An open source Roblox => Discord bot that utilizes the Aquarius service as it's backend.",
"homepage": "https://aquarius.conmmander.app",
"main": "index.js",
"scripts": {
"start": "node --env-file=\".env\" index.js",
"debug": "nodemon --env-file=\".env.test\" index.js"
},
"keywords": [
"aquarius",
"aquos",
"discord",
"roblox",
"bot"
],
"contributors": [
{
"name": "Conmmander",
"email": "ryan@ryandodd.org",
"url": "https://ryandodd.org",
"role": "Creator"
}
],
"engines": {
"npm": "^10.7.0",
"node": "^20.15.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Conmmander/aquos.git"
},
"bugs": {
"url": "https://github.com/Conmmander/aquos/issues"
},
"devDependencies": {
"nodemon": "^3.1.4"
},
"dependencies": {
"pg": "^8.5.1",
"discord.js": "^14.15.3",
"node-fetch": "^2.6.7"
}
}