{
  "name": "Cloud Cam Master API",
  "version": "0.0.1",
  "description": "This is license issuing service for Cloud Cam private server and mobile app",
  "keywords": [
    "loopback-application",
    "loopback"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "engines": {
    "node": "16 || 18 || 20"
  },
  "scripts": {
    "build:ts": "tsc --build",
    "build": "lb-tsc",
    "build:watch": "lb-tsc --watch",
    "build:env": "cp .env ./dist/.env && tsc",
    "lint": "npm run eslint && npm run prettier:check",
    "lint:fix": "npm run eslint:fix && npm run prettier:fix",
    "prettier:cli": "lb-prettier \"**/*.ts\" \"**/*.js\"",
    "prettier:check": "npm run prettier:cli -- -l",
    "prettier:fix": "npm run prettier:cli -- --write",
    "eslint": "lb-eslint --report-unused-disable-directives .",
    "eslint:fix": "npm run eslint -- --fix",
    "pretest": "npm run rebuild",
    "test": "lb-mocha --allow-console-logs \"dist/__tests__\"",
    "posttest": "npm run lint",
    "test:dev": "lb-mocha --allow-console-logs dist/__tests__/**/*.js && npm run posttest",
    "docker:build": "docker build -t cloudcam-license .",
    "docker:run": "docker run -p 3000:3000 -d cloudcam-license",
    "premigrate": "npm run build",
    "migrate": "node ./dist/migrate",
    "preopenapi-spec": "npm run build",
    "openapi-spec": "node ./dist/openapi-spec",
    "prestart": "npm run rebuild",
    "clean": "lb-clean dist *.tsbuildinfo .eslintcache",
    "rebuild": "npm run clean && npm run build",
    "start:local": "node -r source-map-support/register .",
    "start:watch": "tsc-watch --target es2017 --outDir ./dist --onSuccess \"node .\"",
    "start:pm2": "pm2 start ecosystem.config.js --env production",
    "stop:pm2": "pm2 stop ecosystem.config.js --env production"
  },
  "repository": {
    "type": "git",
    "url": ""
  },
  "author": "Thats End PVT. LTD.",
  "license": "Private",
  "files": [
    "README.md",
    "dist",
    "src",
    "!*/__tests__",
    ".env"
  ],
  "dependencies": {
    "@loopback/authentication": "^10.1.3",
    "@loopback/authentication-jwt": "^0.14.3",
    "@loopback/authorization": "^0.14.3",
    "@loopback/boot": "^6.1.3",
    "@loopback/core": "^5.1.3",
    "@loopback/cron": "^0.11.3",
    "@loopback/repository": "^6.1.3",
    "@loopback/rest": "^13.1.3",
    "@loopback/rest-explorer": "^6.1.3",
    "@loopback/security": "^0.10.3",
    "@loopback/service-proxy": "^6.1.3",
    "@types/crypto-js": "^4.1.2",
    "bcrypt": "^5.1.1",
    "crypto-js": "^4.1.1",
    "dotenv": "^16.3.1",
    "loopback-connector-mysql": "^5.4.4",
    "node-pushnotifications": "^1.1.12",
    "nodemailer": "^6.9.4",
    "pm2": "^5.3.0",
    "tslib": "^2.0.0"
  },
  "devDependencies": {
    "@loopback/build": "^10.1.3",
    "@loopback/eslint-config": "^14.0.4",
    "@loopback/testlab": "^6.1.3",
    "@types/node": "^16.18.50",
    "eslint": "^8.48.0",
    "source-map-support": "^0.5.21",
    "tsc-watch": "^6.0.4",
    "typescript": "~5.2.2"
  }
}
