summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-12 20:18:05 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-08-12 20:18:05 +0200
commitfa31e7f8db61efe085f7d8a317e6a8640ebb3f46 (patch)
tree5d12bfa42b9ed09e67935c1e6a5063babe33eeb8 /package.json
parentMerge branch 'master' into gateway (diff)
downloadserver-ts-fa31e7f8db61efe085f7d8a317e6a8640ebb3f46.tar.xz
:sparkles: gateway
Diffstat (limited to 'package.json')
-rw-r--r--package.json38
1 files changed, 0 insertions, 38 deletions
diff --git a/package.json b/package.json
deleted file mode 100644

index 4a6043d6..00000000 --- a/package.json +++ /dev/null
@@ -1,38 +0,0 @@ -{ - "name": "@fosscord/gateway", - "version": "1.0.0", - "description": "", - "main": "dist/index.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1", - "start": "npm run build && node dist/start.js", - "build": "npx tsc -b .", - "dev": "tsnd --respawn src/start.ts" - }, - "keywords": [], - "author": "Fosscord", - "license": "ISC", - "dependencies": { - "@fosscord/server-util": "^1.3.51", - "ajv": "^8.5.0", - "amqplib": "^0.8.0", - "dotenv": "^8.2.0", - "jsonwebtoken": "^8.5.1", - "lambert-server": "^1.2.8", - "missing-native-js-functions": "^1.2.3", - "mongoose-autopopulate": "^0.12.3", - "node-fetch": "^2.6.1", - "typescript": "^4.2.3", - "uuid": "^8.3.2", - "ws": "^7.4.2" - }, - "devDependencies": { - "@types/amqplib": "^0.8.1", - "@types/jsonwebtoken": "^8.5.0", - "@types/mongoose-autopopulate": "^0.10.1", - "@types/uuid": "^8.3.0", - "@types/ws": "^7.4.0", - "erlpack": "^0.1.3", - "ts-node-dev": "^1.1.6" - } -}