-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.01 KB
/
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
41
{
"dependencies": {
"@discordjs/builders": "^1.5.0",
"@discordjs/rest": "^1.6.0",
"cpu-stat": "^2.0.1",
"discord": "^0.8.2",
"discord-api-types": "^0.36.2",
"discord.js": "^13.15.0",
"dotenv": "^16.0.3",
"moment": "^2.29.4",
"moment-duration-format": "^2.3.2",
"ms": "^2.1.3",
"os": "^0.1.2",
"random": "^4.1.0",
"random-puppy": "^1.1.0",
"sqlite3": "^5.1.4",
"types": "^0.1.1"
},
"name": "microwave",
"version": "3.1.0",
"main": "index.ts",
"devDependencies": {
"@types/node": "^18.0.5",
"eslint": "^8.20.0",
"typescript": "^4.7.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/microwave-inc/microwave.js.git"
},
"author": "Microwave Inc.",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/microwave-inc/microwave.js/issues"
},
"homepage": "https://github.com/microwave-inc/microwave.js#readme",
"description": ""
}