-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 935 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
39
40
41
{
"name": "@nocom_bot/mod_discord",
"version": "0.0.2",
"description": "Discord extension for NOCOM_BOT",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"prepublishOnly": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nocom-bot/mod_discord.git"
},
"keywords": [
"NOCOM",
"bot",
"facebook",
"chat",
"chatbot"
],
"author": "BadAimWeeb",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/nocom-bot/mod_discord/issues"
},
"homepage": "https://github.com/nocom-bot/mod_discord#readme",
"engines": {
"node": ">=18"
},
"engineStrict": true,
"type": "module",
"dependencies": {
"@discordjs/rest": "^1.0.1",
"discord.js": "^14.11.0"
},
"devDependencies": {
"@tsconfig/node18": "^1.0.1",
"typescript": "^4.7.4"
}
}