{
  "name": "dome-embedded-app-sdk",
  "version": "0.1.4",
  "source": "src/index.ts",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "require": "./dist/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build:tsc": "tsc --emitDeclarationOnly",
    "build:webpack": "webpack --config webpack.config.ts",
    "build": "npm run build:tsc && npm run build:webpack",
    "release": "npm run build && npm publish",
    "version:patch": "npm version patch && git push && git push --tags && npm run release",
    "version:minor": "npm version minor && git push && git push --tags && npm run release",
    "version:major": "npm version major && git push && git push --tags && npm run release",
    "test-pack": "npm pack --dry-run",
    "watch": "webpack --watch"
  },
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "dome",
    "dome-sdk"
  ],
  "author": "",
  "license": "ISC",
  "description": "",
  "devDependencies": {
    "@types/node": "^22.13.10",
    "@types/webpack": "^5.28.5",
    "ts-loader": "^9.5.1",
    "ts-node": "^10.9.2",
    "typescript": "^5.8.2",
    "webpack-cli": "^5.1.4"
  }
}
