diff options
| author | ilotterytea <iltsu@alright.party> | 2022-07-04 21:19:39 +0600 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2022-07-04 21:19:39 +0600 |
| commit | 795ea211f0d16fba8c194fbe6b88dd732b4774d7 (patch) | |
| tree | 7726327843436f24d8e44d993c545800c75c9b9d /package.json | |
first commit
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..ce40328 --- /dev/null +++ b/package.json @@ -0,0 +1,35 @@ +{ + "name": "imafilehoster", + "displayName": "I'm a File hoster.", + "version": "1.0.0", + "description": "iLotterytea's File hoster using ExpressJS.", + "main": "index.ts", + "scripts": { + "start": "ts-node ./index.ts --standalone" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/notdankenough/fh.git" + }, + "author": "NotDankEnough <hatesociety@pm.me> (https://hmmtodayiwill.ru)", + "license": "Apache-2.0", + "bugs": { + "url": "https://github.com/notdankenough/fh/issues" + }, + "homepage": "https://github.com/notdankenough/fh#readme", + "dependencies": { + "chalk": "^4.1.2", + "commander": "^9.3.0", + "express": "^4.18.1", + "fs": "^0.0.1-security", + "mime": "^1.3.4", + "multer": "^1.4.5-lts.1", + "serve-favicon": "^2.5.0" + }, + "devDependencies": { + "@types/express": "^4.17.13", + "@types/multer": "^1.4.7", + "@types/node": "^18.0.1", + "@types/serve-favicon": "^2.5.3" + } +} |
