-
-
Notifications
You must be signed in to change notification settings - Fork 45
/
Copy pathpackage.json
38 lines (38 loc) · 879 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
{
"name": "weky",
"version": "3.1.8",
"description": "A fun npm package to play games within Discord with buttons!",
"main": "index.js",
"types": "typings/index.d.ts",
"scripts": {
"test": "nodemon test/test.js"
},
"keywords": [
"weky",
"discord-games"
],
"homepage": "https://github.com/WekyDev/weky-npm#readme",
"license": "CC BY-NC-ND 4.0",
"bugs": {
"url": "https://github.com/WekyDev/weky-npm/issues"
},
"author": "Face#5454 + Sujal Goel#7602 + rayz#4986",
"repository": {
"type": "git",
"url": "https://github.com/WekyDev/weky-npm.git"
},
"dependencies": {
"chalk": "^4.1.1",
"html-entities": "^2.3.2",
"mathjs": "^9.4.3",
"node-fetch": "^2.6.1",
"quick.db": "^7.1.3",
"string-width": "^2.1.1"
},
"devDependencies": {
"@weky/inlinereply": "^0.0.0",
"axios": "^0.21.1",
"cheerio": "^1.0.0-rc.10",
"nodemon": "^2.0.12"
}
}