{
  "name": "@huz-com/callback",
  "version": "1.0.36",
  "description": "Base config",
  "keywords": [
    "Logger",
    "Log Driven Development",
    "LDD"
  ],
  "main": "dist/index.js",
  "files": [
    "dist/*"
  ],
  "scripts": {
    "clear": "rimraf dist",
    "lint": "eslint src/**/*.ts",
    "test": "mocha -r ts-node/register test/**/*.spec.ts",
    "build": "npm run clear && tsc",
    "start": "npm run build && node dist/index.js",
    "publix": "npm run build && npm publish -access=public"
  },
  "repository": {
    "type": "git",
    "url": "git@gitlab.azerdev.com:huz.byorbit/be/component/callback.git"
  },
  "bugs": {
    "email": "m.yelmer@azerion.com"
  },
  "author": {
    "name": "Mustafa Yelmer",
    "email": "m.yelmer@azerion.com"
  },
  "license": "ISC",
  "devDependencies": {
    "@types/express": "^4.17.9",
    "@types/mocha": "^8.2.0",
    "@typescript-eslint/eslint-plugin": "^4.13.0",
    "@typescript-eslint/parser": "^4.13.0",
    "eslint": "^7.18.0",
    "eslint-config-prettier": "^8.1.0",
    "eslint-config-standard": "^16.0.2",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-standard": "^5.0.0",
    "mocha": "^8.2.1",
    "prettier": "^2.2.1",
    "rimraf": "^3.0.2",
    "ts-node": "^9.1.1",
    "typescript": "^4.1.3"
  },
  "dependencies": {
    "@huz-com/config": "^1.0.3",
    "@huz-com/error-core": "^1.0.12",
    "@huz-com/primitive": "^1.0.3",
    "@huz-com/types": "^1.0.3"
  }
}
