{
  "name": "@abyss-project/storage",
  "version": "1.1.2",
  "description": "Core package to interact with Abyss-Storage",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "publishConfig": {
    "main": "dist/index.js",
    "types": "dist/index.d.ts"
  },
  "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"
  },
  "keywords": [],
  "author": "scylla",
  "license": "ISC",
  "bugs": {
    "url": "https://gitlab.com/abyss-group/abyss-storage/abyss-storage"
  },
  "homepage": "https://gitlab.com/abyss-group/abyss-storage/abyss-storage",
  "dependencies": {
    "axios": "^1.6.0",
    "axios-retry": "^4.5.0",
    "dayjs": "^1.10.7",
    "form-data": "^4.0.0",
    "mindee": "^4.30.0",
    "uuid": "^9.0.0"
  },
  "devDependencies": {
    "@date-io/dayjs": "^2.11.0",
    "@types/express-serve-static-core": "^4.17.31",
    "@types/fs-extra": "^9.0.13",
    "@types/lodash": "^4.14.177",
    "@types/node": "^20.11.0",
    "@types/uuid": "^8.3.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.27.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"
  }
}
