-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.29 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.29 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
{
"name": "sydneybot",
"version": "1.0.0",
"description": "A Discord Bot for the Sheridan Software Development & Network Engineering Discord",
"main": "bot.js",
"engines": {
"node": "14.15.4",
"npm": "7.17.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"tsc": "tsc",
"start": "ts-node bot.ts",
"debug": "nodemon --trace-warnings --ext \"ts,json\" --exec \"ts-node bot.ts\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/TimmyRB/SydneyBot.git"
},
"author": "Jacob Brasil",
"license": "MIT",
"bugs": {
"url": "https://github.com/TimmyRB/SydneyBot/issues"
},
"homepage": "https://github.com/TimmyRB/SydneyBot#readme",
"dependencies": {
"axios": "^0.21.4",
"discord.js": "github:discordjs/discord.js",
"dotenv": "^10.0.0",
"node-html-parser": "^4.1.5",
"pg": "^8.7.1",
"sequelize-cockroachdb": "github:cockroachdb/sequelize-cockroachdb",
"typescript": "^4.4.3"
},
"devDependencies": {
"@types/gifencoder": "^2.0.1",
"@types/node": "^16.10.2",
"@types/sequelize": "^4.28.10",
"@types/validator": "^13.6.3",
"discord-api-types": "^0.23.1",
"nodemon": "^2.0.12",
"ts-node": "10.2.1"
}
}