diff options
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" } } |