{
  "name": "@saooti/octopus-sdk",
  "version": "42.1.2",
  "private": false,
  "description": "Javascript SDK for using octopus",
  "author": "Saooti",
  "scripts": {
    "build": "vite build",
    "build:watch": "NODE_ENV=development vite build --watch --mode development",
    "test": "vitest",
    "bundle": "vite-bundle-visualizer",
    "proxy_authentifié": "node proxy.ts",
    "proxy_non_authentifié": "node proxy.ts false",
    "lint": "eslint --fix --max-warnings 0",
    "stylelint": "stylelint **/*.{scss,vue} --fix",
    "sonar": "sonar -Dsonar.host.url=http://localhost:9000"
  },
  "dependencies": {
    "@multiformats/murmur3": "^2.1.8",
    "@popperjs/core": "^2.11.8",
    "@stomp/stompjs": "^7.2.1",
    "@tato30/vue-pdf": "^1.11.5",
    "@tiptap/extension-hard-break": "^3.31.0",
    "@tiptap/extension-link": "^3.31.0",
    "@tiptap/extension-text-style": "^3.31.0",
    "@tiptap/extension-underline": "^3.31.0",
    "@tiptap/starter-kit": "^3.31.0",
    "@tiptap/vue-3": "^3.31.0",
    "@vuepic/vue-datepicker": "^11.0.3",
    "@vueuse/core": "^13.9.0",
    "autoprefixer": "^10.4.22",
    "axios": "^1.13.2",
    "emoji-mart-vue-fast": "^15.0.5",
    "express": "^5.1.0",
    "globals": "^16.5.0",
    "hls.js": "^1.6.14",
    "humanize-duration": "^3.33.1",
    "postcss-html": "^1.8.0",
    "qrcode.vue": "^3.6.0",
    "sass": "^1.94.1",
    "sockjs-client": "^1.6.1",
    "stylelint": "^16.25.0",
    "stylelint-config-recommended-scss": "^15.0.1",
    "stylelint-config-recommended-vue": "^1.6.1",
    "stylelint-config-standard": "^38.0.0",
    "stylelint-config-standard-scss": "^15.0.1",
    "stylelint-config-standard-vue": "^1.0.0",
    "stylelint-gamut": "^1.3.4",
    "swiper": "^12.1.2",
    "typescript-eslint": "^8.47.0",
    "video.js": "^8.23.6",
    "videojs-quality-selector-hls": "^1.1.1",
    "vite": "^8.0.16",
    "vite-bundle-visualizer": "^1.2.1",
    "vue-material-design-icons": "^5.3.1",
    "vue-recaptcha": "^2.0.3",
    "vue-select": "^4.0.0-beta.6",
    "vue3-lazyload": "^0.3.8",
    "vue3-swatches": "^1.2.4"
  },
  "devDependencies": {
    "@pinia/testing": "^1.0.3",
    "@stylistic/eslint-plugin": "*",
    "@types/sockjs-client": "^1.5.4",
    "@types/webpack-env": "^1.18.8",
    "@vitejs/plugin-vue": "^6.0.7",
    "@vue/language-core": "~3.1.5",
    "@vue/test-utils": "^2.4.6",
    "eslint": "^9.39.1",
    "eslint-plugin-vue": "10.9.1",
    "happy-dom": "^20.1.0",
    "typescript": "^5.9.3",
    "unplugin-dts": "^1.0.2",
    "vitest": "^4.0.16"
  },
  "postcss": {
    "plugins": {
      "autoprefixer": {}
    }
  },
  "browserslist": [
    "> 1%",
    "last 2 versions"
  ],
  "bugs": {
    "url": "https://github.com/saooti/octopus-sdk/issues"
  },
  "homepage": "https://github.com/saooti/octopus-sdk#readme",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/saooti/octopus-sdk.git"
  },
  "peerDependencies": {
    "@stylistic/eslint-plugin": "^5.10.0",
    "dayjs": "^1.11.0",
    "eslint-plugin-vue": "^10.9.1",
    "pinia": ">=2.3.0",
    "typescript-eslint": "^8.47.0",
    "vue": "^3.5.0",
    "vue-i18n": "^11.1.0",
    "vue-router": "^4.6.0"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.mjs"
    },
    "./style.css": "./dist/index.css",
    "./octopus-library.scss": "./src/style/octopus-library.scss",
    "./tests": {
      "types": "./tests/index.ts",
      "default": "./dist/tests.mjs"
    },
    "./tests/mocks": {
      "types": "./tests/mocks/index.ts",
      "default": "./dist/tests-mocks.mjs"
    },
    "./eslint-config": {
      "types": "./eslint-config.d.ts",
      "default": "./eslint-config.mjs"
    },
    "./fonts/style.css": "./public/css/fonts/localFonts/style.css"
  },
  "files": [
    "dist",
    "src",
    "tests",
    "eslint-config.mjs",
    "eslint-config.d.ts",
    "public/css/fonts/localFonts"
  ]
}
