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"
+ }
+}
|