-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
91 lines (91 loc) · 2.33 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "peww",
"version": "0.0.1-beta",
"description": "Discord Moderation and Fun Bot",
"scripts": {
"lint:gulp": "gulp lint",
"build:gulp": "gulp build",
"watch:gulp": "gulp watch",
"serve:gulp": "gulp serve",
"start:gulp": "gulp start",
"serve": "npm run serve:gulp -s",
"watch": "npm run watch:gulp -s",
"lint": "npm run lint:gulp -s",
"build": "npm run build:gulp -s",
"start": "npm run start:gulp -s"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PewwBot/Peww.git"
},
"keywords": [
"Discord",
"Bot",
"Moderation",
"Fun"
],
"author": "Draww",
"license": "ISC",
"bugs": {
"url": "https://github.com/PewwBot/Peww/issues"
},
"homepage": "https://github.com/PewwBot/Peww#readme",
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/register": "^7.12.1",
"@types/debug": "^4.1.5",
"@types/gulp": "^4.0.7",
"@types/gulp-nodemon": "0.0.32",
"@types/gulp-sourcemaps": "0.0.32",
"@types/node": "^14.11.10",
"@types/request": "^2.48.5",
"@types/sqlite3": "^3.1.6",
"@types/strftime": "^0.9.2",
"@types/ws": "^7.2.7",
"copyfiles": "^2.4.0",
"debug": "^4.2.0",
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-nodemon": "^2.5.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-tslint": "^8.1.4",
"gulp-typescript": "^6.0.0-alpha.1",
"nodemon": "^2.0.5",
"prettier": "^2.1.2",
"tslint": "^6.1.3",
"tslint-eslint-rules": "^5.4.0",
"typescript": "^4.0.5"
},
"dependencies": {
"@discordjs/opus": "^0.3.2",
"@js-joda/core": "^3.2.0",
"@js-joda/locale": "^3.2.0",
"@js-joda/locale_en": "^3.1.1",
"@js-joda/locale_en-us": "^3.1.1",
"@js-joda/timezone": "^2.3.0",
"canvas": "^2.6.1",
"cldr-data": "^36.0.0",
"cldrjs": "^0.5.4",
"discord.js": "^12.3.1",
"fs": "0.0.1-security",
"mariadb": "^2.5.0",
"moment": "^2.29.1",
"moment-jdateformatparser": "^1.2.1",
"pastebin-js": "^1.0.5",
"path": "^0.12.7",
"reflect-metadata": "^0.1.13",
"request": "^2.88.2",
"sqlite3": "^5.0.0",
"strftime": "^0.10.0",
"tslog": "^2.9.1",
"typeorm": "^0.2.28",
"uuidv4": "^6.2.6",
"ytdl-core": "^3.4.1"
},
"prettier": {
"printWidth": 120,
"tabWidth": 2,
"singleQuote": true,
"bracketSpacing": true
}
}