diff --git a/cdn/package.json b/cdn/package.json
index 852bfcdc..919fcc29 100644
--- a/cdn/package.json
+++ b/cdn/package.json
@@ -1,67 +1,67 @@
{
- "name": "@fosscord/cdn",
- "version": "1.0.0",
- "description": "cdn for fosscord",
- "main": "dist/index.js",
- "types": "src/index.ts",
- "scripts": {
- "postinstall": "ts-patch install -s",
- "test": "npm run build && jest --coverage ./tests",
- "build": "npx tsc -p .",
- "start": "npm run build && node dist/start.js"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/fosscord/fosscord-server.git"
- },
- "keywords": [],
- "author": "",
- "license": "ISC",
- "bugs": {
- "url": "https://github.com/fosscord/fosscord-server/issues"
- },
- "homepage": "https://github.com/fosscord/fosscord-server#readme",
- "devDependencies": {
- "@types/amqplib": "^0.8.1",
- "@types/body-parser": "^1.19.0",
- "@types/btoa": "^1.2.3",
- "@types/dotenv": "^8.2.0",
- "@types/express": "^4.17.12",
- "@types/fs-extra": "^9.0.12",
- "@types/jsonwebtoken": "^8.5.0",
- "@types/multer": "^1.4.7",
- "@types/node": "^14.17.0",
- "@types/node-fetch": "^2.5.7",
- "@zerollup/ts-transform-paths": "^1.7.18",
- "ts-patch": "^1.4.4"
- },
- "dependencies": {
- "@aws-sdk/client-s3": "^3.36.1",
- "@aws-sdk/node-http-handler": "^3.36.0",
- "@fosscord/util": "file:../util",
- "body-parser": "^1.19.0",
- "btoa": "^1.2.1",
- "dotenv": "^10.0.0",
- "exif-be-gone": "^1.2.0",
- "express": "^4.17.1",
- "express-async-errors": "^3.1.1",
- "file-type": "^16.5.0",
- "fs-extra": "^10.0.0",
- "image-size": "^1.0.0",
- "jest": "^27.0.6",
- "lambert-db": "^1.2.3",
- "lambert-server": "^1.2.11",
- "missing-native-js-functions": "^1.2.18",
- "multer": "^1.4.2",
- "nanocolors": "^0.2.12",
- "node-fetch": "^2.6.1",
- "supertest": "^6.1.6",
- "typescript": "^4.1.2"
- },
- "jest": {
- "setupFilesAfterEnv": [
- "<rootDir>/jest/setup.js"
- ],
- "verbose": true
- }
-}
+ "name": "@fosscord/cdn",
+ "version": "1.0.0",
+ "description": "cdn for fosscord",
+ "main": "dist/index.js",
+ "types": "src/index.ts",
+ "scripts": {
+ "test": "npm run build && jest --coverage ./tests",
+ "build": "npx tsc -p .",
+ "start": "node dist/start.js"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/fosscord/fosscord-server.git"
+ },
+ "keywords": [],
+ "author": "",
+ "license": "ISC",
+ "bugs": {
+ "url": "https://github.com/fosscord/fosscord-server/issues"
+ },
+ "homepage": "https://github.com/fosscord/fosscord-server#readme",
+ "devDependencies": {
+ "@types/amqplib": "^0.8.1",
+ "@types/body-parser": "^1.19.0",
+ "@types/btoa": "^1.2.3",
+ "@types/dotenv": "^8.2.0",
+ "@types/express": "^4.17.12",
+ "@types/fs-extra": "^9.0.12",
+ "@types/jsonwebtoken": "^8.5.0",
+ "@types/multer": "^1.4.7",
+ "@types/node": "^14.17.0",
+ "@types/node-fetch": "^2.5.7",
+ "@zerollup/ts-transform-paths": "^1.7.18",
+ "ts-patch": "^1.4.4"
+ },
+ "dependencies": {
+ "@aws-sdk/client-s3": "^3.36.1",
+ "@aws-sdk/node-http-handler": "^3.36.0",
+ "@fosscord/util": "file:../util",
+ "body-parser": "^1.19.0",
+ "btoa": "^1.2.1",
+ "dotenv": "^10.0.0",
+ "exif-be-gone": "^1.2.0",
+ "express": "^4.17.1",
+ "express-async-errors": "^3.1.1",
+ "file-type": "^16.5.0",
+ "form-data": "^4.0.0",
+ "fs-extra": "^10.0.0",
+ "image-size": "^1.0.0",
+ "jest": "^27.0.6",
+ "lambert-db": "^1.2.3",
+ "lambert-server": "^1.2.12",
+ "missing-native-js-functions": "^1.2.17",
+ "multer": "^1.4.2",
+ "nanocolors": "^0.2.12",
+ "node-fetch": "^2.6.1",
+ "supertest": "^6.1.6",
+ "typescript": "^4.1.2"
+ },
+ "jest": {
+ "setupFilesAfterEnv": [
+ "<rootDir>/jest/setup.js"
+ ],
+ "verbose": true
+ }
+}
\ No newline at end of file
|