From 12bd19d226cfc2ef3e06f040325e3c05464e3e85 Mon Sep 17 00:00:00 2001 From: HsiangNianian Date: Mon, 19 Aug 2024 18:04:11 +0800 Subject: chore: update content --- package.json | 32 ++++++++++++++++++++++---------- 1 file 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" +} -- cgit v1.2.3-70-g09d2