{
  "name": "@resonai/vera-sdk",
  "version": "0.0.13",
  "description": "Vera SDK library",
  "author": "Oren Cohen <orenco@resonai.com>",
  "keywords": [
    "resonai",
    "vera"
  ],
  "homepage": "https://www.resonai.com",
  "license": "MIT",
  "main": "index.js",
  "type": "module",
  "files": [
    "dist",
    "README.md",
    "src",
    "index.js"
  ],
  "scripts": {
    "dev": "vite --host",
    "build-dist": "tsc",
    "tsc": "tsc",
    "build": "vite build",
    "test": "vitest",
    "preview": "vite preview",
    "lint": "eslint --ext .js --ignore-path .gitignore --fix src",
    "lint-fix": "eslint . --fix",
    "drypublish": "vite build && npm publish --dry-run",
    "npmpublish": "vite build && npm publish --access public"
  },
  "dependencies": {
    "lodash": "4.17.21"
  },
  "devDependencies": {
    "@google-cloud/storage": "6.9.4",
    "@typescript-eslint/eslint-plugin": "6.7.0",
    "@typescript-eslint/parser": "6.7.0",
    "@vitejs/plugin-basic-ssl": "1.0.1",
    "eslint": "8.49.0",
    "eslint-config-standard": "17.1.0",
    "eslint-plugin-import": "2.28.1",
    "eslint-plugin-n": "16.1.0",
    "eslint-plugin-promise": "6.1.1",
    "google-auth-library": "8.7.0",
    "stylelint": "15.10.3",
    "typescript": "5.1.6",
    "vite": "4.5.2",
    "vite-plugin-eslint": "1.8.1",
    "vitest": "0.34.4"
  },
  "browserslist": [
    "last 2 Chrome versions",
    "last 2 Firefox versions",
    "last 1 Safari versions",
    "last 2 Android versions"
  ],
  "engines": {
    "node": ">= 16.0.0",
    "npm": ">= 3.0.0"
  },
  "stylelint": {
    "extends": "stylelint-config-standard",
    "rules": {
      "rule-empty-line-before": null,
      "no-descending-specificity": null,
      "color-hex-length": "long",
      "length-zero-no-unit": [
        true,
        {
          "ignore": [
            "custom-properties"
          ]
        }
      ]
    }
  },
  "pre-commit": [
    "lint-fix"
  ]
}
