UNPKG

wundertec-core

Version:

Librería estándar de utilidades e integraciones AWS + helpers generales

54 lines (53 loc) 1.57 kB
{ "name": "wundertec-core", "version": "1.0.0", "description": "Librería estándar de utilidades e integraciones AWS + helpers generales", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc -p tsconfig.json", "test": "jest", "lint": "eslint 'src/**/*.{ts,tsx}'", "prepublishOnly": "npm run build && npm run test", "release": "semantic-release" }, "repository": { "type": "git", "url": "git+https://github.com/tuorg/wundertec-core.git" }, "keywords": [ "aws", "utilies", "axios", "typescript", "s3", "ses", "sms" ], "author": "Gerardo Solís", "license": "MIT", "dependencies": { "@aws-sdk/client-s3": "^3.787.0", "@aws-sdk/client-ses": "^3.787.0", "@aws-sdk/client-sns": "^3.787.0", "@aws-sdk/s3-request-presigner": "^3.787.0", "axios": "^1.8.4", "dotenv": "^16.5.0", "moment-timezone": "^0.5.48", "uuid": "^11.1.0" }, "devDependencies": { "@semantic-release/changelog": "^6.0.3", "@semantic-release/git": "^10.0.1", "@types/jest": "^29.5.14", "@typescript-eslint/eslint-plugin": "^8.31.0", "@typescript-eslint/parser": "^8.31.0", "eslint": "^9.25.1", "jest": "^29.7.0", "jest-junit": "^16.0.0", "semantic-release": "^24.2.3", "ts-jest": "^29.3.2", "ts-node": "^10.9.2", "typescript": "^5.8.3" } }