{
  "name": "@abyss-project/spotlight",
  "version": "1.0.23",
  "description": "Core package to interact with Abyss-Spotlight",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "keywords": [],
  "author": "scylla",
  "license": "ISC",
  "bugs": {
    "url": "https://gitlab.com/abyss-group/abyss-spotlight"
  },
  "homepage": "https://gitlab.com/abyss-group/abyss-spotlight",
  "dependencies": {
    "axios": "^1.2.2",
    "axios-retry": "^3.5.0",
    "core-js": "^3.37.1",
    "dayjs": "^1.10.8",
    "form-data": "^4.0.0",
    "uuid": "^9.0.0"
  },
  "devDependencies": {
    "@types/express-serve-static-core": "^4.17.31",
    "@types/node": "^20.11.0",
    "@types/uuid": "^9.0.0",
    "@typescript-eslint/eslint-plugin": "6.21.0",
    "@typescript-eslint/parser": "7.3.1",
    "eslint": "^7.28.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-config-standard": "^16.0.3",
    "eslint-plugin-filenames-simple": "^0.7.0",
    "eslint-plugin-import": "^2.23.4",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prettier": "^3.4.0",
    "eslint-plugin-promise": "^5.1.0",
    "prettier": "2.3.1",
    "sequelize-cli": "^6.2.0",
    "typescript": "5.4.2",
    "tsc-watch": "^4.6.2"
  },
  "scripts": {
    "lint": "eslint \"{src,apps,libs,test,core}/**/*.ts\" --fix",
    "lint:check": "eslint \"{src,apps,libs,test,core}/**/*.ts\" --max-warnings 0",
    "tsc": "tsc",
    "build": "tsc",
    "prepublish": "tsc",
    "dev": "tsc-watch --onSuccess 'yalc push'"
  }
}