@lucidcms/plugin-s3
Version:
The official S3 plugin for Lucid
53 lines (52 loc) • 1.18 kB
JSON
{
"name": "@lucidcms/plugin-s3",
"version": "2.0.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 && tsdown",
"dev": "tsdown --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.9.4",
"@lucidcms/config": "*",
"@lucidcms/core": "*",
"@types/node": "^22.15.2",
"tsdown": "^0.12.5",
"typescript": "^5.8.3"
},
"peerDependencies": {
"@lucidcms/core": "^0.12.0-alpha.1"
},
"dependencies": {
"aws4fetch": "^1.0.20"
},
"volta": {
"node": "22.15.0"
},
"engines": {
"node": ">=22.0.0 <23.0.0"
},
"license": "MIT"
}