{
  "name": "@soulmachines/smwebsdk",
  "version": "15.8.1",
  "description": "",
  "main": "./lib/index.js",
  "module": "./lib-esm/index.js",
  "types": "./lib-esm/index.d.ts",
  "author": "Soul Machines Ltd",
  "license": "ISC",
  "workspaces": [
    "docs"
  ],
  "scripts": {
    "test": "jest ./src",
    "test:watch": "jest ./src --watch",
    "clean": "shx rm -rf bundles bundles-examples lib lib-esm dedicated-workers",
    "clean:api-docs": "find docs/web-sdk/api -name \"*.md\" | xargs -I {} sed -i.bu 's/<\\!-- -->,/,/g' {}",
    "build": "npm run clean && tsc && tsc --project tsconfig-es5.json && tsc --project tsconfig-workers.json && webpack --mode=production --config-name=base && shx rm bundles/*.html",
    "build:publish": "npm run build",
    "build:examples": "npm run clean && tsc && tsc --project tsconfig-es5.json && webpack --mode=production --config-name=examples",
    "build:docs": "npm run build && npm run apicheck:local && api-documenter markdown -i api-extractor-dist -o docs/web-sdk/api && npm run clean:api-docs && npm run build --workspace=docs",
    "serve": "webpack serve --config-name=base",
    "lint": "eslint src/ --ext .js,.ts",
    "lint:fix": "eslint src/ --ext .js,.ts --fix",
    "type-check": "tsc --project tsconfig.json",
    "watch": "tsc --watch --project tsconfig.json",
    "prettier": "prettier --check .",
    "prettier:fix": "prettier --write .",
    "apicheck:local": "tsc --project tsconfig-es5.json && api-extractor run --local --verbose",
    "apicheck:ci": "api-extractor run",
    "prepare": "husky install",
    "check-size": "size-limit"
  },
  "devDependencies": {
    "@babel/core": "^7.20.5",
    "@babel/preset-env": "^7.20.2",
    "@babel/preset-typescript": "^7.14.5",
    "@microsoft/api-documenter": "^7.19.25",
    "@microsoft/api-extractor": "^7.33.6",
    "@peculiar/webcrypto": "^1.4.1",
    "@size-limit/preset-big-lib": "^8.1.0",
    "@types/jest": "^29.2.4",
    "@types/jsdom": "^20.0.1",
    "@types/resize-observer-browser": "^0.1.6",
    "@typescript-eslint/eslint-plugin": "^5.42.1",
    "@typescript-eslint/parser": "^5.42.1",
    "babel-jest": "^29.3.1",
    "copy-webpack-plugin": "^11.0.0",
    "dotenv": "^16.0.3",
    "dotenv-webpack": "^8.0.1",
    "eslint": "^8.27.0",
    "eslint-config-prettier": "^8.3.0",
    "fork-ts-checker-webpack-plugin": "^7.2.13",
    "handlebars": "^4.7.7",
    "handlebars-loader": "^1.7.1",
    "html-webpack-plugin": "^5.5.0",
    "husky": "^8.0.2",
    "jest": "^29.3.1",
    "jest-environment-jsdom": "^29.3.1",
    "jsonwebtoken": "^9.0.0",
    "lint-staged": "^13.0.3",
    "prettier": "^2.7.1",
    "shx": "^0.3.2",
    "size-limit": "^8.1.0",
    "terser-webpack-plugin": "^5.3.6",
    "ts-loader": "^9.4.2",
    "ts-node": "^10.9.1",
    "tslib": "^2.4.1",
    "typescript": "^4.8.4",
    "webpack": "^5.75.0",
    "webpack-cli": "^4.7.2",
    "webpack-dev-server": "^4.11.1"
  },
  "files": [
    "/lib",
    "/lib-esm",
    "/bundles",
    "/docs",
    "/LICENSE.md",
    "/README.md",
    "/CHANGELOG.md"
  ],
  "lint-staged": {
    "**/*": "prettier --write --ignore-unknown",
    "**/*.{js,jsx,ts,tsx}": [
      "eslint --cache --fix",
      "prettier --write --ignore-unknown"
    ],
    "!(docs/**/*)**/*.{js,jsx,ts,tsx}": [
      "jest --watchAll=false --findRelatedTests --bail"
    ]
  },
  "dependencies": {
    "@juggle/resize-observer": "^3.4.0",
    "@opentelemetry/api": "^1.2.0",
    "@opentelemetry/exporter-trace-otlp-http": "^0.33.0",
    "@opentelemetry/sdk-trace-base": "^1.7.0",
    "@opentelemetry/sdk-trace-web": "^1.7.0",
    "@opentelemetry/semantic-conventions": "^1.7.0",
    "@types/dom-mediacapture-transform": "^0.1.3",
    "@types/dom-webcodecs": "0.1.4"
  },
  "size-limit": [
    {
      "path": "./lib/index.js",
      "import": "{ createStore }",
      "limit": "250 kB"
    }
  ]
}
