UNPKG

@lucidcms/plugin-s3

Version:
51 lines (50 loc) 1.19 kB
{ "name": "@lucidcms/plugin-s3", "version": "1.1.1", "private": false, "description": "The official S3 plugin for Lucid", "type": "module", "types": "./dist/index.d.ts", "module": "dist/index.js", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" } }, "scripts": { "build": "tsc && tsup", "dev": "tsup --watch", "format": "biome format ./src", "format:fix": "biome format --write ./src", "lint": "biome lint ./src", "lint:fix": "biome lint --apply ./src" }, "files": ["dist"], "author": "Proto Digital", "repository": { "type": "git", "url": "git+https://github.com/ProtoDigitalUK/lucid.git", "directory": "packages/plugin-s3" }, "keywords": ["CMS", "Lucid CMS", "Lucid", "Proto Digital", "S3", "Plugin"], "devDependencies": { "@biomejs/biome": "^1.8.3", "@lucidcms/config": "*", "@lucidcms/core": "*", "@types/node": "^20.2.1", "tsup": "^8.2.4", "typescript": "^5.5.4" }, "peerDependencies": { "@lucidcms/core": "^0.10.2-alpha.0" }, "dependencies": { "@aws-sdk/client-s3": "^3.654.0", "@aws-sdk/s3-request-presigner": "^3.654.0" }, "volta": { "node": "20.15.0" }, "license": "MIT" }