{
  "name": "@gobolt/models",
  "version": "1.1.32",
  "description": "",
  "main": "dist/app.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/**/*"
  ],
  "scripts": {
    "build": "tsc",
    "start": "tsc && node dist/app.js",
    "test": "jest --config jestconfig.json --coverage --passWithNoTests",
    "dist": "sh dist.sh",
    "prepublish": "tsc",
    "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
    "lint": "tslint -p tsconfig.json",
    "prepare": "npm run build",
    "prepublishOnly": "npm test && npm run lint",
    "preversion": "npm run lint",
    "version": "npm run format && git add -A src",
    "postversion": "git push && git push --tags"
  },
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/boxknight-team/models"
  },
  "keywords": [
    "BoxKnight",
    "Models"
  ],
  "author": "hasanxahmed",
  "license": "ISC",
  "bugs": {
    "url": "https://gitlab.com/boxknight-team/models/issues"
  },
  "homepage": "https://gitlab.com/boxknight-team/models#readme",
  "devDependencies": {
    "@types/express": "^4.17.21",
    "@types/jest": "^24.0.21",
    "@types/request-promise": "^4.1.51",
    "jest": "^24.9.0",
    "prettier": "^1.18.2",
    "ts-jest": "^24.1.0",
    "tslint": "^5.20.0",
    "tslint-config-prettier": "^1.18.0"
  },
  "dependencies": {
    "@aws/dynamodb-data-mapper": "^0.7.3",
    "@aws/dynamodb-data-mapper-annotations": "^0.7.3",
    "@types/node": "^18.19.71",
    "@types/request": "^2.48.12",
    "aws-sdk": "^2.1692.0",
    "class-transformer": "^0.2.3",
    "class-validator": "^0.10.1",
    "cls-rtracer": "^1.2.0",
    "dotenv": "^8.0.0",
    "reflect-metadata": "^0.1.14",
    "typescript": "^5.7.3",
    "winston": "^3.17.0"
  }
}
