summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorxnacly <matteogropp@gmail.com>2020-12-30 22:49:01 +0100
committerxnacly <matteogropp@gmail.com>2020-12-30 22:49:01 +0100
commit82e63ef807cad85905df323b09b2ac0fb21bcb1a (patch)
tree2f0a09f42c40402e56e010447df6f560db6d505d /package.json
parentInitial commit (diff)
downloadserver-ts-82e63ef807cad85905df323b09b2ac0fb21bcb1a.tar.xz
:sparkles: added crawler to cdn
Diffstat (limited to 'package.json')
-rw-r--r--package.json38
1 files changed, 38 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644

index 00000000..847c688f --- /dev/null +++ b/package.json
@@ -0,0 +1,38 @@ +{ + "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" + } +}