diff options
| author | Leonardo Bishop <me@leonardobishop.net> | 2025-07-08 23:26:05 +0100 |
|---|---|---|
| committer | Leonardo Bishop <me@leonardobishop.net> | 2025-07-08 23:26:05 +0100 |
| commit | cdb75d3fcbc9339b897f8c6ff4d69a577f017393 (patch) | |
| tree | 5e757cd236540c2cea9874c1bc09f19548db05d5 /package.json | |
| parent | b56101f1a11552067f594679a497ebd4cf7427d4 (diff) | |
Rewrite in Go
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/package.json b/package.json deleted file mode 100644 index 02d3b09..0000000 --- a/package.json +++ /dev/null @@ -1,32 +0,0 @@ -{ - "name": "scrapbook", - "version": "1.0", - "description": "", - "main": "app/index.mjs", - "scripts": { - "start": "tsc && node build/index.js", - "lint": "eslint app --ext .ts" - }, - "author": "Leonardo Bishop", - "dependencies": { - "adm-zip": "^0.5.10", - "bcrypt": "^5.1.1", - "config": "^3.3.9", - "express": "^4.17.1", - "fs-extra": "^11.1.1", - "js-yaml": "^4.1.0", - "multer": "^1.4.5-lts.1", - "winston": "^3.3.3" - }, - "type": "module", - "devDependencies": { - "@typescript-eslint/eslint-plugin": "^5.7.0", - "@typescript-eslint/parser": "^5.7.0", - "@types/adm-zip": "^0.5.0", - "@types/config": "^3.3.0", - "@types/express": "^4.17.13", - "@types/fs-extra": "^11.0.1", - "@types/multer": "^1.4.7", - "eslint": "^8.5.0" - } -} |
