mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-11 05:02:37 +01:00
32 lines
797 B
JSON
32 lines
797 B
JSON
{
|
|
"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",
|
|
"devDependencies": {
|
|
"@types/node": "^14.14.10",
|
|
"typescript": "^4.1.2"
|
|
},
|
|
"dependencies": {
|
|
"@types/express": "^4.17.9",
|
|
"@types/node-fetch": "^2.5.7",
|
|
"express": "^4.17.1",
|
|
"express-cache-middleware": "^1.0.1",
|
|
"node-fetch": "^2.6.1"
|
|
}
|
|
}
|