-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 947 Bytes
/
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
{
"name": "dlist.js",
"description": "An typescript API wrapper for the discordlist.gg api.",
"version": "0.5.1",
"main": "dist/index.js",
"types": "dist/index.d.js",
"files": [
"/dist"
],
"license": "GPL-3.0 license",
"author": "Luna <luna@waya.one> (http://lunish.nl/luna/)",
"url": "https://github.com/Luna-devv/dlist.js",
"repository": {
"type": "git",
"url": "https://github.com/Luna-devv/dlist.js"
},
"dependencies": {
"express": "^4.18.1",
"jsonwebtoken": "^9.0.0"
},
"devDependencies": {
"@types/express": "^4.17.13",
"@types/jsonwebtoken": "^8.5.8",
"@types/node": "^20.4.10",
"@types/node-fetch": "^2.6.4",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"dotenv": "^16.0.1",
"eslint": "^8.47.0",
"typescript": "^4.7.2"
}
}