diff options
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" + } +} |
