UNPKG

@lucidcms/plugin-s3

Version:

The official S3 plugin for Lucid CMS

67 lines (66 loc) 1.35 kB
{ "name": "@lucidcms/plugin-s3", "version": "2.2.4", "private": false, "description": "The official S3 plugin for Lucid CMS", "type": "module", "types": "./dist/index.d.ts", "module": "dist/index.mjs", "exports": { ".": { "import": "./dist/index.mjs", "types": "./dist/index.d.ts" }, "./translations": "./translations" }, "scripts": { "build": "tsc && tsdown", "dev": "tsdown --watch", "format": "biome format ./src", "format:fix": "biome format --write ./src", "lint": "biome lint ./src", "lint:fix": "biome lint --write ./src", "check": "biome check ./src", "check:fix": "biome check --write ./src" }, "files": [ "dist", "translations" ], "author": "Build Lucid Ltd", "repository": { "type": "git", "url": "git+https://github.com/buildlucid/lucid-cms.git", "directory": "packages/plugin-s3" }, "keywords": [ "CMS", "Lucid CMS", "Lucid", "S3", "Plugin" ], "devDependencies": { "@biomejs/biome": "^2.5.1", "@lucidcms/core": "0.17.0-alpha.0", "@types/node": "^24.13.2", "tsdown": "^0.22.3", "typescript": "^6.0.3" }, "peerDependencies": { "@lucidcms/core": "^0.17.0-alpha.0" }, "dependencies": { "aws4fetch": "^1.0.20" }, "volta": { "node": "24.11.1" }, "engines": { "node": "^24.0.0" }, "license": "MIT", "publishConfig": { "access": "public" } }