Files
SerpentRace/SerpentRace_Backend/node_modules/winston-s3-transport/package.json
T
2025-07-11 19:56:28 +02:00

87 lines
2.3 KiB
JSON

{
"name": "winston-s3-transport",
"version": "2.0.10",
"description": "Logs generated through Winston can be transferred to an S3 bucket using `winston-s3-transport`.",
"main": "dist/index.js",
"exports": {
".": {
"import": {
"default": "./dist/index.js",
"types": "./dist/index.d.ts"
},
"require": {
"default": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"./stream": {
"import": {
"default": "./dist/stream/index.js",
"types": "./dist/stream/index.d.ts"
},
"require": {
"default": "./dist/stream/index.js",
"types": "./dist/stream/index.d.ts"
}
}
},
"files": [
"dist"
],
"scripts": {
"lint": "eslint 'src/**/*.ts'",
"test": "jest",
"lint:fix": "eslint 'src/**/*.ts' --fix",
"pre-commit": "lint-staged",
"build": "tsc -p tsconfig.json",
"publish": "rm -rf ./dist ./.tsbuildinfo && npm run build && npm publish"
},
"contributors": [
"Yongwoo Jung<stegano@naver.com>"
],
"dependencies": {
"@aws-sdk/client-s3": "^3.100.0",
"@aws-sdk/lib-storage": "^3.722.0",
"date-fns": "^2.28.0",
"node-gzip": "^1.1.2",
"winston-transport": "^4.5.0"
},
"devDependencies": {
"@types/jest": "^29.5.14",
"@types/node": "^17.0.40",
"@types/node-gzip": "^1.1.0",
"@typescript-eslint/eslint-plugin": "^5.27.0",
"@typescript-eslint/parser": "^5.27.0",
"eslint": "^8.17.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jest": "^26.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-unused-imports": "^2.0.0",
"husky": "^8.0.1",
"jest": "^29.7.0",
"lint-staged": "^13.0.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"tsc": "^2.0.4",
"typescript": "^4.9.5"
},
"keywords": [
"winston",
"athena",
"s3",
"aws",
"stream"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/stegano/winston-s3-transport.git"
},
"bugs": {
"url": "https://github.com/stegano/winston-s3-transport/issues"
},
"homepage": "https://github.com/stegano/winston-s3-transport#readme"
}