diff options
| author | 2024-08-19 18:04:11 +0800 | |
|---|---|---|
| committer | 2024-08-19 18:04:11 +0800 | |
| commit | 12bd19d226cfc2ef3e06f040325e3c05464e3e85 (patch) | |
| tree | a85e20f3c0c975e7c79b0cdb5f1bacd74319d6ae | |
| parent | ed4adbb7d9cab0f9a05f59b2b26d7126f6c95f1a (diff) | |
| download | files-12bd19d226cfc2ef3e06f040325e3c05464e3e85.tar.gz files-12bd19d226cfc2ef3e06f040325e3c05464e3e85.zip | |
chore: update content
| -rw-r--r-- | package.json | 32 |
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" +} |
