-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
147 lines (147 loc) · 4.12 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
{
"name": "alan",
"version": "0.0.2",
"description": "",
"main": "./dist/index.js",
"scripts": {
"clean": "rm -rf ./dist",
"copy": "copyfiles -u 1 \"src/**/*\" -e \"**/*.ts\" -e \"**/*.scss\" \"dist\"",
"compile:typescript": "tsc -p ./tsconfig.json",
"compile:typescript:dev": "tsc -w -p ./tsconfig.json",
"compile:sass": "node-sass src/app/public/styles -o dist/app/public/styles/",
"compile:sass:dev": "node-sass -w src/app/public/styles -o dist/app/public/styles/",
"build": "npm run clean && npm run copy && npm run compile:typescript && npm run compile:sass",
"prepack": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"accepts": "^1.3.8",
"aggregate-error": "^3.1.0",
"ansi-styles": "^4.3.0",
"array-flatten": "^1.1.1",
"async": "^3.2.3",
"asynckit": "^0.4.0",
"balanced-match": "^1.0.2",
"body-parser": "^1.19.2",
"brace-expansion": "^1.1.11",
"bytes": "^3.1.2",
"cacache": "^15.3.0",
"chalk": "^4.1.2",
"chownr": "^2.0.0",
"clean-stack": "^2.2.0",
"color-convert": "^2.0.1",
"color-name": "^1.1.4",
"combined-stream": "^1.0.8",
"concat-map": "^0.0.1",
"content-disposition": "^0.5.4",
"content-type": "^1.0.4",
"cookie": "^0.4.2",
"cookie-parser": "^1.4.6",
"cookie-signature": "^1.0.6",
"debug": "^2.6.9",
"delayed-stream": "^1.0.0",
"depd": "^1.1.2",
"destroy": "^1.0.4",
"discord-api-types": "^0.26.1",
"discord.js": "^14.8.0",
"ee-first": "^1.1.1",
"ejs": "^3.1.8",
"encodeurl": "^1.0.2",
"escape-html": "^1.0.3",
"etag": "^1.8.1",
"express": "^4.18.1",
"fetch": "^1.1.0",
"filelist": "^1.0.4",
"finalhandler": "^1.1.2",
"form-data": "^4.0.0",
"forwarded": "^0.2.0",
"fresh": "^0.5.2",
"fs-minipass": "^2.1.0",
"fs.realpath": "^1.0.0",
"glob": "^7.2.3",
"has-flag": "^4.0.0",
"http-errors": "^1.8.1",
"iconv-lite": "^0.4.24",
"imurmurhash": "^0.1.4",
"indent-string": "^4.0.0",
"infer-owner": "^1.0.4",
"inflight": "^1.0.6",
"inherits": "^2.0.4",
"ipaddr.js": "^1.9.1",
"jake": "^10.8.5",
"locko": "^0.0.3",
"lru-cache": "^6.0.0",
"media-typer": "^0.3.0",
"merge-descriptors": "^1.0.1",
"methods": "^1.1.2",
"mime": "^1.6.0",
"mime-db": "^1.52.0",
"mime-types": "^2.1.35",
"minimatch": "^3.1.2",
"minipass": "^3.1.6",
"minipass-collect": "^1.0.2",
"minipass-flush": "^1.0.5",
"minipass-pipeline": "^1.2.4",
"minizlib": "^2.1.2",
"mkdirp": "^1.0.4",
"ms": "^2.0.0",
"mysql2": "^3.2.0",
"negotiator": "^0.6.3",
"node-fetch": "^2.6.9",
"node-fetch-cache": "^3.0.5",
"node-sass": "^8.0.0",
"on-finished": "^2.3.0",
"once": "^1.4.0",
"p-map": "^4.0.0",
"parseurl": "^1.3.3",
"path-is-absolute": "^1.0.1",
"path-to-regexp": "^0.1.7",
"promise-inflight": "^1.0.1",
"proxy-addr": "^2.0.7",
"qs": "^6.9.7",
"range-parser": "^1.2.1",
"raw-body": "^2.4.3",
"rimraf": "^3.0.2",
"safe-buffer": "^5.2.1",
"safer-buffer": "^2.1.2",
"semver": "^7.3.7",
"send": "^0.17.2",
"serve-static": "^1.14.2",
"setprototypeof": "^1.2.0",
"ssri": "^8.0.1",
"statuses": "^1.5.0",
"supports-color": "^7.2.0",
"tar": "^6.1.11",
"toidentifier": "^1.0.1",
"tr46": "^0.0.3",
"ts-mixer": "^6.0.1",
"tslib": "^2.3.1",
"type-is": "^1.6.18",
"typescript": "^4.9.4",
"unique-filename": "^1.1.1",
"unique-slug": "^2.0.2",
"unpipe": "^1.0.0",
"utils-merge": "^1.0.1",
"vary": "^1.1.2",
"webidl-conversions": "^3.0.1",
"whatwg-url": "^5.0.0",
"wrappy": "^1.0.2",
"ws": "^8.5.0",
"yallist": "^4.0.0",
"zod": "^3.14.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/f2reninj5/Alan.git"
},
"author": "f2reninj5",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/f2reninj5/Alan/issues"
},
"homepage": "https://github.com/f2reninj5/Alan#readme",
"devDependencies": {
"@types/cookie-parser": "^1.4.3",
"@types/express": "^4.17.15"
}
}