UNPKG

lingapp-file

Version:

Mongoose model for managing files in the LingApp system with S3 support

51 lines 1.18 kB
{ "name": "lingapp-file", "version": "1.0.1", "description": "Mongoose model for managing files in the LingApp system with S3 support", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md" ], "scripts": { "build": "tsc", "prepare": "npm run build", "prepublishOnly": "npm run build" }, "keywords": [ "mongoose", "model", "file", "s3", "typescript", "lingapp" ], "author": "Artur Oliveira Gomes <artur.o.gomes@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/lingapp/gerencia-backend.git", "directory": "packages/lingapp-file" }, "bugs": { "url": "https://github.com/lingapp/gerencia-backend/issues" }, "homepage": "https://github.com/lingapp/gerencia-backend#readme", "publishConfig": { "access": "public" }, "dependencies": { "@aws-sdk/client-s3": "^3.484.0", "mongoose": "^8.0.3", "dotenv": "^16.3.1" }, "devDependencies": { "@types/mongoose": "^5.11.97", "@types/node": "^20.10.6", "typescript": "^5.3.3" }, "peerDependencies": { "mongoose": "^8.0.3" } }