{
  "name": "@fefeding/common",
  "description": "models utils",
  "version": "1.0.67",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "devDependencies": {
    "@types/jest": "^29.5.14",
    "@types/node": "^20.19.43",
    "fs-extra": "^11.4.0",
    "glob": "^10.5.0",
    "gulp": "^5.0.1",
    "gulp-typescript": "6.0.0-alpha.1",
    "jest": "^29.7.0",
    "json-pretty": "^0.0.1",
    "ts-jest": "^29.4.12",
    "typescript": "^5.9.3"
  },
  "scripts": {
    "clean": "node ./build.js clean",
    "index": "node ./build.js build",
    "build": "npm run clean && tsc && npm run index",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage"
  },
  "repository": {
    "type": "git",
    "url": "https://cnb.cool/yc_null/base/common"
  },
  "dependencies": {
    "@aws-sdk/client-s3": "^3.1096.0",
    "@aws-sdk/lib-storage": "^3.1096.0",
    "@aws-sdk/s3-request-presigner": "^3.1096.0",
    "axios": "^1.18.1",
    "pino": "^9.14.0",
    "reflect-metadata": "^0.2.2",
    "typeorm": "^0.3.31"
  },
  "files": [
    "dist/**/*.js",
    "dist/**/*.d.ts"
  ],
  "keywords": [
    "common",
    "models"
  ],
  "author": "fefeding",
  "license": "MIT"
}
