We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c1937a commit 3aee3a0Copy full SHA for 3aee3a0
README.md
@@ -0,0 +1,2 @@
1
+
2
+Ussage guide and documentation: https://adminforth.dev/docs/tutorial/Plugins/upload/
package.json
@@ -4,6 +4,7 @@
4
"description": "Plugin for uploading files for adminforth",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
7
+ "homepage": "https://adminforth.dev/docs/tutorial/Plugins/upload/",
8
"repository": {
9
"type": "git",
10
"url": "https://github.com/devforth/adminforth-upload.git"
@@ -19,6 +20,13 @@
19
20
"@aws-sdk/client-s3": "^3.629.0",
21
"@aws-sdk/s3-request-presigner": "^3.629.0"
22
},
23
+ "keywords": [
24
+ "adminforth",
25
+ "upload",
26
+ "plugin",
27
+ "s3-upload",
28
+ "aws-s3"
29
+ ],
30
"release": {
31
"plugins": [
32
"@semantic-release/commit-analyzer",
0 commit comments