-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 809 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 809 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
{
"name": "fidbot2",
"version": "1.0.0",
"description": "A bot for discord. \r All of the Fiddles. \r Less of the snark.",
"main": "main.js",
"scripts": {
"build": "tsc -p tsconfig.json",
"build:watch": "tsc -w -p tsconfig.json",
"deploy": "node dist/scripts/deploy.js",
"prepop": "node dist/scripts/prepopulateAkunCaches.js",
"start": "node dist/main.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@dice-roller/rpg-dice-roller": "^5.5.0",
"akun-dice": "https://github.com/Fiddlekins/akun-dice.git",
"discord.js": "^14.15.3",
"dotenv": "^16.3.1",
"re2": "^1.22.1",
"table": "^6.8.2"
},
"devDependencies": {
"@types/node": "^20.10.5",
"typescript": "^5.3.3"
}
}