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:09:54 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-10-10 14:09:54 +0200
commitebb0f567d5b010951bc0b9b35ffa002135528e1a (patch)
treeb47c7e2a3a588fd8207cf7b8e6d3cb3cec269168 /util/package.json
parent:bug: fix cdn route not working without hash (diff)
downloadserver-ebb0f567d5b010951bc0b9b35ffa002135528e1a.tar.xz
:art: emoji db migration
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",