aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--package.json32
1 files changed, 22 insertions, 10 deletions
diff --git a/package.json b/package.json
index 0e815cf..2da36f4 100644
--- a/package.json
+++ b/package.json
@@ -1,11 +1,23 @@
{
- "name": "files",
- "version": "1.0.0",
- "author": {"name": "简律纯"},
- "scripts": {
- "build": "echo 'No build step required'"
- },
- "dependencies": {
- "express": "^4.17.1"
- }
- } \ No newline at end of file
+ "name": "files",
+ "version": "1.0.0",
+ "author": "简律纯",
+ "scripts": {
+ "build": "echo 'No build step required'"
+ },
+ "dependencies": {
+ "express": "^4.17.1"
+ },
+ "description": "files upload.",
+ "main": "index.js",
+ "devDependencies": {},
+ "repository": {
+ "type": "git",
+ "url": "git+https://github.com/HydroRoll-Team/files.git"
+ },
+ "license": "ISC",
+ "bugs": {
+ "url": "https://github.com/HydroRoll-Team/files/issues"
+ },
+ "homepage": "https://github.com/HydroRoll-Team/files#readme"
+}