aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json
index c35381e..7ba7de8 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",
@@ -21,6 +21,7 @@
"body-parser": "^1.20.0",
"express": "^4.18.1",
"fs": "^0.0.1-security",
+ "ip": "^1.1.8",
"node-rsa": "^1.1.1"
}
}