-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.03 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
{
"dependencies": {
"discord.js": "^13.1.0",
"dotenv": "^8.2.0",
"moment": "^2.29.1",
"moment-duration-format": "^2.3.2",
"mongoose": "^5.12.1"
},
"name": "discordsecurity",
"version": "3.0.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
"build": "tsc",
"pretty": "prettier --write \"./**/*.{ts,json}\"",
"start": "node dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Kapone-dev/DiscordSecurity.git"
},
"keywords": [],
"author": "Kapone",
"license": "ISC",
"bugs": {
"url": "https://github.com/Kapone-dev/DiscordSecurity/issues"
},
"homepage": "https://github.com/Kapone-dev/DiscordSecurity#readme",
"description": "A increible bot for discord security",
"devDependencies": {
"@types/moment-duration-format": "^2.2.2",
"@types/node": "^15.14.1",
"@typescript-eslint/eslint-plugin": "^4.29.2",
"@typescript-eslint/parser": "^4.29.2",
"eslint": "^7.32.0",
"ts-node": "^10.0.0",
"typescript": "^4.3.5"
}
}