summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-04-07 15:54:21 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-04-07 15:54:21 +0200
commit193e3f5a2cd2b639683d784ed776f5cf98f1d437 (patch)
tree5af5d0238b6d77170d3876d3687bf743338c8a01 /package.json
parent:heavy_minus_sign: remove zlib-sync (diff)
downloadserver-ts-193e3f5a2cd2b639683d784ed776f5cf98f1d437.tar.xz
fix tsc missing
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json

index 06047d1d..85cf4148 100644 --- a/package.json +++ b/package.json
@@ -6,8 +6,8 @@ "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "npm run build:util && npm run build && node dist/", - "build": "tsc -b .", - "build:util": "tsc -b ./node_modules/fosscord-server-util/" + "build": "npx tsc -b .", + "build:util": "npx tsc -b ./node_modules/fosscord-server-util/" }, "keywords": [], "author": "", @@ -21,6 +21,7 @@ "lambert-server": "^1.1.7", "missing-native-js-functions": "^1.2.3", "node-fetch": "^2.6.1", + "typescript": "^4.2.3", "uuid": "^8.3.2", "ws": "^7.4.2" },