summary refs log tree commit diff
path: root/bundle/package.json
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-03-06 18:47:08 +1100
committerErkin Alp Güney <erkinalp9035@gmail.com>2022-03-06 10:52:19 +0300
commit4b1f30ba43d0a358273c33de35e44c08356df74b (patch)
tree8eaa9aae2ea14fc998997083ab8cf7f949942ef9 /bundle/package.json
parentTsnode support (#580) (diff)
downloadserver-4b1f30ba43d0a358273c33de35e44c08356df74b.tar.xz
Fixed npm run tsnode throwing error about ES modules for node-fetch. Probably was api package.json still included node-fetch 3, but bundle still had v2
Diffstat (limited to 'bundle/package.json')
-rw-r--r--bundle/package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundle/package.json b/bundle/package.json
index c33605e4..3754a3bf 100644
--- a/bundle/package.json
+++ b/bundle/package.json
@@ -93,6 +93,7 @@
 		"missing-native-js-functions": "^1.2.18",
 		"morgan": "^1.10.0",
 		"multer": "^1.4.2",
+		"nan": "^2.15.0",
 		"nanocolors": "^0.2.12",
 		"node-fetch": "^2.6.2",
 		"node-os-utils": "^1.3.5",
@@ -108,7 +109,6 @@
 		"typescript": "^4.1.2",
 		"typescript-cached-transpile": "^0.0.6",
 		"typescript-json-schema": "^0.50.1",
-		"ws": "^7.4.2",
-		"nan": "^2.15.0"
+		"ws": "^7.4.2"
 	}
 }