UNPKG

@graperank/storage-s3

Version:

The S3 Storage plugin provides GrapeRank the means to store and retrieve scorecards from any S3 compatible simple storage service.

16 lines 359 B
{ "compilerOptions": { // default for all packages "target": "es2022", "module": "NodeNext", "declaration": true, "incremental": true, "esModuleInterop": true, "skipLibCheck": true, "forceConsistentCasingInFileNames": true, // for this package "composite":true, "rootDir": "./", "outDir": "./build", }, }