Skip to content

Commit

Permalink
chore: update content
Browse files Browse the repository at this point in the history
  • Loading branch information
HsiangNianian committed Aug 19, 2024
1 parent ed4adbb commit 12bd19d
Showing 1 changed file with 22 additions and 10 deletions.
32 changes: 22 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,23 @@
{
"name": "files",
"version": "1.0.0",
"author": {"name": "简律纯"},
"scripts": {
"build": "echo 'No build step required'"
},
"dependencies": {
"express": "^4.17.1"
}
}
"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"
}

0 comments on commit 12bd19d

Please sign in to comment.