-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.08 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "next-file",
"version": "1.0.5",
"description": "Next-File is a lightweight npm package tailored for file management within Next.js applications. It simplifies the process of uploading files to your Next.js server and provides an easy-to-use interface for deleting files when they are no longer needed. With seamless integration into Next.js projects, this package offers robust functionality to handle file uploads and deletions efficiently, enhancing the development experience for Next.js developers.",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Rabbil Hasan",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/rupomsoft/Next-File"
},
"keywords": [
"Next js file upload",
"Next.js File",
"Uploading Files in Next.js",
"Next",
"next js file upload api",
"Next.js",
"Vercel",
"file",
"upload",
"download",
"storage",
"transfer",
"file manager",
"cloud",
"filesystem",
"file handling"
]
}