This repository was archived by the owner on Jul 10, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +8
-13
lines changed Expand file tree Collapse file tree 1 file changed +8
-13
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " prism-linked-roles" ,
3
3
"version" : " 1.0.0" ,
4
4
"license" : " GPL-3.0" ,
5
+ "author" :
" IThundxr <[email protected] >" ,
5
6
"main" : " ./build/src/server.js" ,
6
- "engines" : {
7
- "node" : " >=18"
8
- },
9
- "type" : " module" ,
10
7
"scripts" : {
11
8
"pretest" : " npm run build" ,
12
9
"fix" : " eslint --fix '**/*.ts'" ,
18
15
"dependencies" : {
19
16
"body-parser" : " 1.20.2" ,
20
17
"cookie-parser" : " 1.4.6" ,
21
- "discord-interactions" : " 3.3 .0" ,
18
+ "discord-interactions" : " 3.4 .0" ,
22
19
"express" : " 4.18.2" ,
23
20
"gaxios" : " ^5.1.0" ,
24
21
"nconf" : " 0.12.0" ,
25
- "redis" : " 4.6.5 "
22
+ "redis" : " 4.6.6 "
26
23
},
27
24
"devDependencies" : {
28
25
"@types/express" : " 4.17.17" ,
29
- "@types/node" : " 18.16.1 " ,
30
- "@typescript-eslint/eslint-plugin" : " 5.59.1 " ,
31
- "@typescript-eslint/parser" : " 5.59.1 " ,
26
+ "@types/node" : " 18.16.5 " ,
27
+ "@typescript-eslint/eslint-plugin" : " 5.59.5 " ,
28
+ "@typescript-eslint/parser" : " 5.59.5 " ,
32
29
"dotenv" : " 16.0.3" ,
33
- "eslint" : " 8.39 .0" ,
30
+ "eslint" : " 8.40 .0" ,
34
31
"eslint-config-prettier" : " 8.8.0" ,
35
32
"eslint-plugin-prettier" : " 4.2.1" ,
36
33
"gray-matter" : " 4.0.3" ,
37
34
"nodemon" : " 2.0.22" ,
38
35
"prettier" : " 2.8.8" ,
39
36
"typescript" : " 5.0.4"
40
- },
41
- "keywords" : [],
42
- "author" :
" IThundxr <[email protected] >"
37
+ }
43
38
}
You can’t perform that action at this time.
0 commit comments