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
|
{
"name": "discord-server-opensource",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Trenite/discord-server-opensource.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Trenite/discord-server-opensource/issues"
},
"homepage": "https://github.com/Trenite/discord-server-opensource#readme",
"dependencies": {
"@types/express": "^4.17.9",
"@types/node-fetch": "^2.5.7",
"express": "^4.17.1",
"express-cache-middleware": "^1.0.1",
"lambert-db": "^1.0.3",
"missing-native-js-functions": "^1.0.8",
"node-fetch": "^2.6.1"
},
"devDependencies": {
"@types/node": "^14.14.10",
"typescript": "^4.1.2"
}
}
|