diff options
author | Minteck <contact@minteck.org> | 2022-08-10 10:38:44 +0200 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-08-10 10:38:44 +0200 |
commit | c6dbf0450566c40efc4a26f4f0717452b6ef95cd (patch) | |
tree | b4be2d508223820d0a77d5a3e35e82684da3b6ec /package.json | |
download | hornchat-c6dbf0450566c40efc4a26f4f0717452b6ef95cd.tar.gz hornchat-c6dbf0450566c40efc4a26f4f0717452b6ef95cd.tar.bz2 hornchat-c6dbf0450566c40efc4a26f4f0717452b6ef95cd.zip |
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..8b4b2a4 --- /dev/null +++ b/package.json @@ -0,0 +1,10 @@ +{ + "name": "hornchat", + "version": "1.0.0", + "dependencies": { + "node-2fa": "^2.0.3", + "ua-parser": "^0.3.5", + "uuid-v4": "^0.1.0", + "ws": "^8.8.1" + } +} |