{ "name": "@logto/connector-patreon", "version": "1.0.0", "description": "Patreon web connector implementation.", "author": "DevTekVE & Silverhand Inc. ", "dependencies": { "@logto/connector-kit": "workspace:^4.0.0", "@logto/connector-oauth": "workspace:^1.5.0", "@silverhand/essentials": "^2.9.1", "ky": "^1.2.3", "zod": "^3.23.8" }, "main": "./lib/index.js", "module": "./lib/index.js", "exports": "./lib/index.js", "license": "MPL-2.0", "type": "module", "files": [ "lib", "docs", "logo.svg", "logo-dark.svg" ], "scripts": { "precommit": "lint-staged", "check": "tsc --noEmit", "build": "tsup", "dev": "tsup --watch", "lint": "eslint --ext .ts src", "lint:report": "pnpm lint --format json --output-file report.json", "test": "vitest src", "test:ci": "pnpm run test --silent --coverage", "prepublishOnly": "pnpm build" }, "engines": { "node": "^20.9.0" }, "eslintConfig": { "extends": "@silverhand", "settings": { "import/core-modules": [ "@silverhand/essentials", "got", "nock", "snakecase-keys", "zod" ] } }, "prettier": "@silverhand/eslint-config/.prettierrc", "publishConfig": { "access": "public" }, "devDependencies": { "@silverhand/eslint-config": "6.0.1", "@silverhand/ts-config": "6.0.0", "@types/node": "^20.11.20", "@types/supertest": "^6.0.2", "@vitest/coverage-v8": "^2.0.0", "eslint": "^8.56.0", "lint-staged": "^15.0.2", "nock": "14.0.0-beta.9", "prettier": "^3.0.0", "supertest": "^7.0.0", "tsup": "^8.1.0", "typescript": "^5.5.3", "vitest": "^2.0.0" } }