rsibot-utils 1.4.9 → 1.5.3
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +12 -14
package/package.json
CHANGED
@@ -1,16 +1,14 @@
|
|
1
1
|
{
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
"rsibot-utils": "^1.0.4"
|
15
|
-
}
|
2
|
+
"name": "rsibot-utils",
|
3
|
+
"version": "1.5.3",
|
4
|
+
"description": "",
|
5
|
+
"main": "index.js",
|
6
|
+
"scripts": {
|
7
|
+
"test": "node"
|
8
|
+
},
|
9
|
+
"license": "ISC",
|
10
|
+
"dependencies": {
|
11
|
+
"mongoose": "^6.2.9",
|
12
|
+
"rsibot-utils": "^1.0.4"
|
13
|
+
}
|
16
14
|
}
|