summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-05 15:35:57 +0100
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-02-05 15:35:57 +0100
commit81bfb4dbd23b711afc11a011e4aaf53e084c1eae (patch)
tree8068dd88c90910f7cb54e045f17332649e8137b6 /package.json
parent:art: export functions (diff)
downloadserver-ts-81bfb4dbd23b711afc11a011e4aaf53e084c1eae.tar.xz
:wrench: build
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 7 insertions, 3 deletions
diff --git a/package.json b/package.json

index 0b10724f..91e82f3a 100644 --- a/package.json +++ b/package.json
@@ -2,9 +2,11 @@ "name": "discord-server-util", "version": "1.0.0", "description": "", - "main": "index.js", + "main": "dist/index.js", + "types": "dist/index.d.ts", "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" + "test": "echo \"Error: no test specified\" && exit 1", + "build": "tsc -b ." }, "repository": { "type": "git", @@ -22,6 +24,8 @@ "lambert-db": "^1.1.4" }, "devDependencies": { - "@types/jsonwebtoken": "^8.5.0" + "@types/jsonwebtoken": "^8.5.0", + "@types/node": "^14.14.25", + "typescript": "^4.1.3" } }