-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 833 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 833 Bytes
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
{
"name": "discord-multipurpose",
"version": "3.0.0",
"description": "A package to aid Discord Bot development [mostly discord.js], contains related utility functions as well",
"main": "./Dist/Multipurpose.js",
"scripts": {
"docs": "npx typedoc Source/Multipurpose.ts -out Docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SpiderMath/Discord-Multipurpose.git"
},
"author": "SpiderMath",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/SpiderMath/Discord-Multipurpose/issues"
},
"homepage": "https://github.com/SpiderMath/Discord-Multipurpose#readme",
"devDependencies": {
"@typescript-eslint/parser": "^4.26.1",
"eslint": "^7.28.0",
"typedoc": "^0.20.36",
"typescript": "^4.2.0"
},
"peerDependencies": {
"mongoose": "^5.13.0"
}
}