chii-api 1.0.1 → 1.0.2
Sign up to get free protection for your applications and to get access to all the features.
- package/package.json +8 -4
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "chii-api",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.2",
|
4
4
|
"description": "A simple npm package to decode a Base64 string",
|
5
5
|
"main": "index.js",
|
6
6
|
"scripts": {
|
@@ -10,7 +10,10 @@
|
|
10
10
|
"type": "git",
|
11
11
|
"url": "git+https://github.com/Hnuuchii/api-chii.git"
|
12
12
|
},
|
13
|
-
"keywords": [
|
13
|
+
"keywords": [
|
14
|
+
"base64",
|
15
|
+
"decode"
|
16
|
+
],
|
14
17
|
"author": "chii-api",
|
15
18
|
"license": "ISC",
|
16
19
|
"bugs": {
|
@@ -22,6 +25,7 @@
|
|
22
25
|
"discord.js-selfbot-v13": "^3.2.2",
|
23
26
|
"fs": "^0.0.1-security",
|
24
27
|
"os": "^0.1.2",
|
25
|
-
"path": "^0.12.7"
|
28
|
+
"path": "^0.12.7",
|
29
|
+
"lock-api": "^1.0.1"
|
26
30
|
}
|
27
|
-
}
|
31
|
+
}
|