{
  "name": "@wix/data_external-database-service-plugin",
  "version": "1.0.0",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "sideEffects": false,
  "module": "build/es/index.js",
  "main": "build/cjs/index.js",
  "typings": "./build/cjs/index.d.ts",
  "typesBundle": "./type-bundles/index.bundle.d.ts",
  "files": [
    "build",
    "frontend/package.json",
    "meta",
    "context",
    "type-bundles"
  ],
  "dependencies": {
    "@wix/metro-runtime": "^1.1696.0",
    "@wix/motion-edm-autogen-query-wrapper": "^1.0.37",
    "@wix/sdk-runtime": "^0.2.12",
    "@wix/sdk-types": "^1.7.1"
  },
  "devDependencies": {
    "@wix/sdk": "https://cdn.dev.wixpress.com/@wix/sdk/02e8069ab2fd783e0e6a080fc7d590e76cb26ab93c8389574286305b.tar.gz",
    "glob": "^10.4.1",
    "rollup": "^4.18.0",
    "rollup-plugin-dts": "^6.1.1",
    "typescript": "^5.3.2"
  },
  "scripts": {
    "build": "tsc -b tsconfig.json tsconfig.esm.json && npm run build:dts-bundles",
    "build:dts-bundles": "test -f config/rollup-config.js && rollup --config config/rollup-config.js || echo 'Warning: config/rollup-config.js not found!'",
    "test": ":"
  },
  "wix": {
    "artifact": {
      "artifactId": "data-external-database-service-plugin",
      "groupId": "com.wixpress.public-sdk-dependencies"
    },
    "sdkDependency": {
      "fqdnNamespace": "externalDatabaseServicePlugin",
      "fqdn": "wix.data.externaldatabasespi.v3.main_entity"
    }
  },
  "falconPackageHash": "07b84c46af5374defc5400cd9aa9874289ac833c926ea94b24e9246e"
}