{
    "name": "valtan-shared",
    "version": "1.3.5",
    "description": "Code shared between Valtan APIs.",
    "main": "./index.js",
    "scripts": {
        "build": "tsc",
        "publish:prod": "tsc && cp package.json dist && npm publish ./dist",
        "test": "jest --watch"
    },
    "types": "dist/index.d.ts",
    "author": "",
    "license": "UNLICENSED",
    "dependencies": {
        "@nestjs/common": "^8.4.4",
        "@nestjs/core": "^8.4.4",
        "@nestjs/platform-express": "^8.4.4",
        "@nestjs/swagger": "^5.2.1",
        "amqplib": "^0.8.0",
        "axios": "^0.27.2",
        "class-transformer": "^0.5.1",
        "class-validator": "^0.13.2",
        "decimal.js": "^10.3.1",
        "jest": "^27.5.1",
        "jsonwebtoken": "^8.5.1",
        "knex": "^0.21.12",
        "mongoose": "^5.10.14",
        "objection": "^2.2.3",
        "prom-client": "^14.0.1",
        "rxjs": "^7.3.0"
    },
    "devDependencies": {
        "@types/node": "^13.9.1",
        "husky": "^4.3.0",
        "mongodb-memory-server-global": "^6.9.2",
        "tsconfig-paths": "^3.9.0",
        "typescript": "^4.0.5",
        "@nestjs/testing": "^8.4.4",
        "@types/jest": "^27.4.0",
        "ts-jest": "^27.1.4"
    },
    "husky": {
        "hooks": {
            "pre-commit": "npx tsc --noemit"
        }
    }
}
