-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 914 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": "@ilefa/ivy",
"version": "1.0.8",
"author": "ILEFA Labs",
"license": "GPL-3.0",
"description": "Specially crafted Discord.js wrapper",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepare": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ilefa/ivy.git"
},
"bugs": {
"url": "https://github.com/ilefa/ivy/issues"
},
"homepage": "https://github.com/ilefa/ivy#readme",
"dependencies": {
"@google-cloud/firestore": "^4.15.1",
"@types/node": "^14.18.16",
"axios": "^0.21.4",
"discord.js": "^13.6.0",
"moment": "^2.29.3",
"parse-duration": "^0.4.4",
"redis": "^3.1.2",
"tinygradient": "^1.1.5"
},
"devDependencies": {
"@types/redis": "^2.8.32",
"typescript": "^4.6.4"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
}
}