UNPKG

slonik-trpc

Version:
82 lines (81 loc) 2.62 kB
{ "name": "slonik-trpc", "version": "0.15.7", "description": "Slonik tRPC loader", "main": "lib/index.js", "typings": "lib/index.d.ts", "types": "lib/index.d.ts", "scripts": { "benchmarks": "ts-node src/core/__tests__/benchmarks.ts", "build": "tsc", "format": "prettier --write \"src/**/*.(js|ts)\"", "lint": "eslint src --ext .js,.ts", "lint:fix": "eslint src --fix --ext .js,.ts", "test": "jest --config jest.config.js --watch", "test:coverage": "jest --config jest.config.js --coverage", "test:badge": "yarn test:coverage --coverageReporters='json-summary' && yarn make-coverage-badge && git add -f coverage/badge.svg", "prepare": "yarn build", "prepublishOnly": "yarn lint", "preversion": "yarn lint", "release": "yarn build && yarn changeset publish", "version": "git config --global --bool --add push.autoSetupRemote true && (yarn test:badge || true) && yarn changeset version", "postversion": "git push && git push --tags" }, "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/ardsh/slonik-trpc.git" }, "keywords": [ "slonik", "trpc", "pagination", "postgres", "slonik-loader", "type-safe", "typescript", "zod" ], "author": "ardsh", "license": "MIT", "bugs": { "url": "https://github.com/ardsh/slonik-trpc/issues" }, "homepage": "https://github.com/ardsh/slonik-trpc#readme", "peerDependencies": { "slonik": ">=33", "zod": "^3" }, "dependencies": { "debug": "^4.3.4", "nativebird": "^1.2.11" }, "devDependencies": { "@changesets/cli": "^2.25.2", "@types/debug": "^4.1.7", "@types/jest": "^29.0.3", "@types/node": "^16.18.4", "@typescript-eslint/eslint-plugin": "^5.38.0", "@typescript-eslint/parser": "^5.43.0", "change-case": "^4.1.2", "eslint": "^8.23.1", "eslint-plugin-jest": "^27.0.4", "expect-type": "^0.15.0", "jest": "^29.0.3", "make-coverage-badge": "^1.2.0", "prettier": "^2.7.1", "slonik": "^33.0.3", "slonik-interceptor-field-name-transformation": "^1.6.5", "slonik-interceptor-query-logging": "^1.4.7", "ts-jest": "^29.0.1", "ts-node": "^10.9.1", "typescript": "4.5.5", "zod": "^3.19.1" }, "files": [ "lib/**/*", "utils*" ] }