/
githubmirror
/
strapi
Обзор
Документация
Войти
/
githubmirror
/
strapi
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
develop
packages/providers/upload-aws-s3/package.json
69 строк
2 KB
Ben Irvin
chore(upload-aws-s3): migrate unit tests from jest to vitest (#27216)
07 авг 2026, 15:41
Не верифицирован
07 авг 2026, 15:41
e042bba
Код
Авторство
О чём код?
{ "name": "@strapi/provider-upload-aws-s3", "version": "5.51.2", "description": "AWS S3 provider for strapi upload", "keywords": [ "upload", "aws", "s3", "strapi" ], "homepage": "https://strapi.io", "bugs": { "url": "https://github.com/strapi/strapi/issues" }, "repository": { "type": "git", "url": "https://github.com/strapi/strapi.git", "directory": "packages/providers/upload-aws-s3" }, "license": "SEE LICENSE IN LICENSE", "author": { "name": "Strapi Solutions SAS", "email": "hi@strapi.io", "url": "https://strapi.io" }, "maintainers": [ { "name": "Strapi Solutions SAS", "email": "hi@strapi.io", "url": "https://strapi.io" } ], "main": "./dist/index.js", "module": "./dist/index.mjs", "source": "./src/index.ts", "types": "./dist/index.d.ts", "files": [ "dist/" ], "scripts": { "build": "run -T npm-run-all clean --parallel build:code build:types", "build:code": "run -T rollup -c", "build:types": "run -T tsc -p tsconfig.build.json --emitDeclarationOnly", "clean": "run -T rimraf ./dist", "lint": "run -T eslint . --max-warnings=0", "test:ts": "run -T tsc -p tsconfig.json", "watch": "run -T rollup -c -w", "test:unit:vitest": "vitest run", "test:unit:vitest:watch": "vitest --watch" }, "dependencies": { "@aws-sdk/client-s3": "3.1023.0", "@aws-sdk/lib-storage": "3.1023.0", "@aws-sdk/s3-request-presigner": "3.1023.0", "@aws-sdk/types": "3.973.6", "lodash": "4.18.1" }, "devDependencies": { "@types/node": "20.19.41", "eslint-config-custom": "5.51.2", "tsconfig": "5.51.2", "vitest": "catalog:", "vitest-config": "5.51.2" }, "engines": { "node": ">=20.0.0 <=26.x.x", "npm": ">=6.0.0" } }