1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-09-21 02:01:33 +02:00
server/package.json

39 lines
951 B
JSON
Raw Normal View History

2020-12-30 22:49:01 +01:00
{
"name": "discord-cdn",
"version": "1.0.0",
"description": "cdn for discord clone",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/discord-open-source/discord-cdn.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/discord-open-source/discord-cdn/issues"
},
"homepage": "https://github.com/discord-open-source/discord-cdn#readme",
"dependencies": {
"body-parser": "^1.19.0",
"btoa": "^1.2.1",
"cheerio": "^1.0.0-rc.5",
"express": "^4.17.1",
"express-async-errors": "^3.1.1",
"lambert-db": "^1.0.5",
"missing-native-js-functions": "^1.0.8",
"multer": "^1.4.2",
"node-fetch": "^2.6.1"
},
"devDependencies": {
"@types/btoa": "^1.2.3",
"@types/express": "^4.17.9",
"@types/multer": "^1.4.5",
"@types/node": "^14.14.16",
"@types/node-fetch": "^2.5.7"
}
}