@qrvey/object-storage
Version:
 
58 lines (57 loc) • 1.86 kB
JSON
{
"dependencies": {
"@aws-sdk/client-s3": "3.1021.0",
"@aws-sdk/credential-provider-node": "3.972.29",
"@aws-sdk/lib-storage": "3.1021.0",
"@aws-sdk/s3-request-presigner": "3.1021.0",
"@azure/storage-blob": "12.23.0",
"@smithy/node-http-handler": "4.5.1"
},
"devDependencies": {
"@types/jest": "29.5.5",
"auto-version-js": "0.3.10",
"eslint-config-custom": "*",
"jest": "29.7.0",
"ts-jest": "29.1.1",
"tsconfig": "*",
"tsup": "7.2.0",
"typescript": "5.2.2"
},
"exports": {
".": {
"default": "./dist/cjs/index.js",
"import": "./dist/esm/index.mjs",
"require": "./dist/cjs/index.js"
}
},
"files": [
"dist/*"
],
"keywords": [
"qrvey",
"aws lambda",
"fetch",
"rest"
],
"license": "MIT",
"main": "dist/cjs/index.js",
"name": "@qrvey/object-storage",
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "yarn build:clean && yarn build:compile",
"build:clean": "rm -rf dist",
"build:compile": "yarn build:compile:cjs && yarn build:compile:esm && yarn build:compile:types",
"build:compile:cjs": "tsup --config ./tsup.config.cjs.ts",
"build:compile:esm": "tsup --config ./tsup.config.esm.ts",
"build:compile:types": "tsup --config ./tsup.config.types.ts",
"prepare-publish": "yarn install && yarn test:cov && yarn build",
"publish-package": "yarn prepare-publish && npm publish --tag=latest",
"test": "jest",
"test:cov": "jest --coverage && chmod +x ./coverageReader.sh && sh ./coverageReader.sh",
"type-check": "tsc"
},
"types": "dist/types/index.d.ts",
"version": "1.0.6-1037-cx"
}