{ "name": "@logto/connector-kit", "version": "1.0.0-rc.2", "author": "Silverhand Inc. ", "homepage": "https://github.com/logto-io/toolkit#readme", "repository": { "type": "git", "url": "git+https://github.com/logto-io/toolkit.git" }, "license": "MPL-2.0", "type": "module", "main": "./lib/index.js", "exports": { ".": { "default": "./lib/index.js", "types": "./lib/index.d.ts", "import": "./lib/index.js" }, "./package.json": "./package.json" }, "types": "./lib/index.d.ts", "files": [ "lib" ], "scripts": { "precommit": "lint-staged", "dev": "tsc --watch --preserveWatchOutput --incremental", "build": "rm -rf lib/ && tsc", "build:test": "pnpm build", "lint": "eslint --ext .ts src", "lint:report": "pnpm lint --format json --output-file report.json", "prepack": "pnpm build" }, "dependencies": { "@logto/core-kit": "workspace:*", "@logto/language-kit": "workspace:*", "@silverhand/essentials": "2.2.0" }, "optionalDependencies": { "zod": "^3.20.2" }, "devDependencies": { "@silverhand/eslint-config": "2.0.1", "@silverhand/ts-config": "2.0.3", "@types/node": "^18.11.18", "eslint": "^8.34.0", "lint-staged": "^13.0.0", "prettier": "^2.8.2", "tslib": "^2.4.1", "typescript": "^4.9.4" }, "engines": { "node": "^18.12.0" }, "eslintConfig": { "extends": "@silverhand" }, "prettier": "@silverhand/eslint-config/.prettierrc", "publishConfig": { "access": "public" } }