summary refs log tree commit diff
path: root/util/package.json
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-10-10 14:18:56 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-10-10 14:18:56 +0200
commitf956caf64ec29079d42f43659d280a8a667c6328 (patch)
tree02e8e14d6324fb04761712204fcfc00994dce852 /util/package.json
parent:bug: fix Identify ready payload missing users (diff)
parentMerge pull request #424 from LoboMetalurgico/milestoneV1/routes/implement/emojis (diff)
downloadserver-ts-f956caf64ec29079d42f43659d280a8a667c6328.tar.xz
Merge branch 'master' of http://github.com/fosscord/fosscord-server
Diffstat (limited to 'util/package.json')
-rw-r--r--util/package.json6
1 files changed, 4 insertions, 2 deletions
diff --git a/util/package.json b/util/package.json

index 5efc16ae..e1003114 100644 --- a/util/package.json +++ b/util/package.json
@@ -8,7 +8,8 @@ "start": "npm run build && node dist/", "test": "npm run build && jest", "postinstall": "npm run build", - "build": "npx tsc -p ." + "build": "npx tsc -p .", + "typeorm": "node --require ts-node/register ./node_modules/typeorm/cli.js" }, "repository": { "type": "git", @@ -33,7 +34,8 @@ "@types/multer": "^1.4.7", "@types/node": "^14.17.9", "@types/node-fetch": "^2.5.12", - "jest": "^27.0.6" + "jest": "^27.0.6", + "ts-node": "^10.2.1" }, "dependencies": { "amqplib": "^0.8.0",