{
  "name": "@integration-tools/piece-2solar",
  "version": "1.0.2",
  "description": "2Solar integration for Activepieces",
  "main": "src/index.js",
  "types": "src/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "activepieces",
    "2solar",
    "integration"
  ],
  "dependencies": {
    "@activepieces/pieces-common": "^0.4.3",
    "@activepieces/pieces-framework": "^0.7.46",
    "@anthropic-ai/sdk": "0.39.0",
    "@sinclair/typebox": "0.34.11",
    "axios": "1.8.3",
    "axios-retry": "4.4.1",
    "dayjs": "^1.11.7",
    "deepmerge-ts": "7.1.0",
    "mime-types": "2.1.35",
    "nanoid": "3.3.8",
    "openai": "4.67.1",
    "replicate": "0.34.1",
    "semver": "7.6.0",
    "zod": "3.24.2",
    "@activepieces/shared": "0.10.174",
    "tslib": "1.14.1"
  },
  "peerDependencies": {
    "@activepieces/pieces-common": "^0.4.3",
    "@activepieces/pieces-framework": "^0.7.46"
  },
  "overrides": {
    "cross-spawn": "7.0.6",
    "@tryfabric/martian": {
      "@notionhq/client": "$@notionhq/client"
    },
    "vite": {
      "rollup": "npm:@rollup/wasm-node"
    }
  },
  "resolutions": {
    "rollup": "npm:@rollup/wasm-node"
  },
  "type": "commonjs"
}