-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
50 lines (50 loc) · 1.11 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
42
43
44
45
46
47
48
49
50
{
"name": "interactions.js",
"version": "1.2.18",
"description": "A powerful Javascript library to work with discords interactions",
"main": "./src/index.js",
"typings": "./typings/index.d.ts",
"directories": {
"lib": "src"
},
"contributors": [
"fb-sean <[email protected]>"
],
"license": "Apache-2.0",
"keywords": [
"discord",
"api",
"node",
"discordapp",
"bot",
"interactions"
],
"repository": {
"type": "git",
"url": "git+https://github.com/fb-sean/interactions.js.git"
},
"dependencies": {
"@discordjs/rest": "^1.5.0",
"discord-api-types": "^0.37.35",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"fastify": "^4.14.1",
"mongoose": "^7.0.1",
"node-fetch": "^3.3.1"
},
"engines": {
"node": ">=16.9.0"
},
"bugs": {
"url": "https://github.com/fb-sean/interactions.js/issues"
},
"homepage": "https://interactionsjs.com",
"scripts": {
"generate-docs": "jsdoc --configure jsdoc.json --verbose",
"generate-typings": "tsc"
},
"author": "fb-sean",
"devDependencies": {
"clean-jsdoc-theme": "^4.1.10"
}
}