{
  "name": "@inworld/web-core",
  "version": "2.10.0",
  "license": "SEE LICENSE IN LICENSE.md",
  "main": "build/src/index.js",
  "types": "build/src/index.d.ts",
  "keywords": [
    "inworld",
    "ai",
    "asr",
    "character",
    "npc",
    "speech recognition",
    "text to speech",
    "tts",
    "voice"
  ],
  "author": {
    "name": "Theai, Inc.",
    "url": "https://www.inworld.ai"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/inworld-ai/inworld-web-sdk.git"
  },
  "scripts": {
    "build": "tsc -p . && shx cp -r ../../LICENSE.md ./ && tsc-alias -p tsconfig.json",
    "release:pack": "yarn build && yarn pack",
    "release:publish": "yarn build && yarn npm publish",
    "release:bump": "release-it",
    "lint:check": "eslint --cache  \"./**/*.{js,jsx,ts,tsx}\" --ignore-path ../../.eslintignore --config ../../.eslintrc.json",
    "lint:fix": "yarn run lint:check --fix",
    "prettier:check": "prettier --check \"./**/*.{js,jsx,ts,tsx}\" --ignore-path ../../.eslintignore --config ../../.prettierrc.json",
    "prettier:format": "prettier --write \"./**/*.{js,jsx,ts,tsx}\" --ignore-path ../../.eslintignore --config ../../.prettierrc.json",
    "test": "jest --no-cache --reporters=default",
    "test:coverage": "jest --coverage",
    "minify": "rollup --config rollup.config.mjs",
    "circular-deps": "madge --circular --extensions ts,tsx src"
  },
  "devDependencies": {
    "@types/defer-promise": "^1.0.0",
    "@types/js-cookie": "^3.0.2",
    "@types/uuid": "^9.0.0",
    "tsc-alias": "^1.8.8"
  },
  "dependencies": {
    "base64-arraybuffer": "^1.0.2",
    "defer-promise": "^3.0.0",
    "snakecase-keys": "^8.0.1",
    "uuid": "^9.0.0",
    "zod": "^3.23.8"
  }
}