diff options
author | grant-kun <[email protected]> | 2022-10-03 14:06:52 -0500 |
---|---|---|
committer | grant-kun <[email protected]> | 2022-10-03 14:06:52 -0500 |
commit | 0f33502fa92659ac44aba10efd87842b0444a7ca (patch) | |
tree | af1d57c7e64f18ca49ddca70cc16b1c68dc4c4a3 /package.json | |
parent | 1281900e2e9c7e4efa7be02f5120de11a297ccda (diff) |
a message
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 5d7bc42..993e967 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "", "main": "index.ts", "scripts": { - "start":"ts-node index.ts" + "start": "ts-node index.ts" }, "repository": { "type": "git", @@ -22,6 +22,7 @@ "crypto": "^1.0.1", "express": "^4.18.1", "fs": "^0.0.1-security", + "ip": "^1.1.8", "node-rsa": "^1.1.1" } } |