forked from Androz2091/discord-backup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.07 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
{
"name": "discord-backup",
"version": "2.5.0",
"description": "A complete framework to facilitate server backup using discord.js v12",
"main": "lib/index.js",
"files": [
"lib/**/*"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "tslint -p tsconfig.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Androz2091/discord-backup.git"
},
"keywords": [
"discord",
"discord.js",
"backup",
"clone",
"bot",
"discord-backup"
],
"author": "Androz2091",
"license": "ISC",
"bugs": {
"url": "https://github.com/Androz2091/discord-backup/issues"
},
"homepage": "https://github.com/Androz2091/discord-backup#readme",
"dependencies": {
"discord.js": "^12.5.3"
},
"devDependencies": {
"@types/node": "^14.0.1",
"@types/node-fetch": "^2.5.7",
"@types/ws": "^7.2.4",
"prettier": "^2.0.4",
"tslint": "^6.1.1",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.0.2"
}
}