UNPKG

trpc-cloud-tasks-fetch

Version:

Small utility library for tRPC HTTP link to create GCP Cloud Task

65 lines (64 loc) 1.6 kB
{ "name": "trpc-cloud-tasks-fetch", "version": "3.0.1", "description": "Small utility library for tRPC HTTP link to create GCP Cloud Task", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib", "LICENSE" ], "scripts": { "build": "tsc", "test": "jest", "lint": "eslint src/**/*.ts" }, "repository": { "type": "git", "url": "git+https://github.com/zolbooo/trpc-cloud-tasks-fetch.git" }, "engines": { "node": ">=18.0.0" }, "keywords": [ "nodejs", "typescript", "gcp", "google-cloud", "cloud-tasks", "trpc", "fetch" ], "prettier": { "semi": true, "singleQuote": true, "trailingComma": "all" }, "author": "Zolboobayar Gantumur <zolboobayar@metainc.mn>", "license": "MIT", "bugs": { "url": "https://github.com/zolbooo/trpc-cloud-tasks-fetch/issues" }, "homepage": "https://github.com/zolbooo/trpc-cloud-tasks-fetch#readme", "devDependencies": { "@types/jest": "^29.5.12", "@types/node": "^20.11.16", "@types/node-fetch": "^2.6.11", "@typescript-eslint/eslint-plugin": "^6.20.0", "@typescript-eslint/parser": "^6.20.0", "eslint": "^8.56.0", "eslint-config-airbnb-typescript": "^17.1.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-import": "^2.29.1", "eslint-plugin-prettier": "^5.1.3", "jest": "^29.7.0", "prettier": "^3.2.5", "ts-jest": "^29.1.2", "typescript": "^5.3.3" }, "peerDependencies": { "@google-cloud/tasks": ">=4", "@trpc/client": ">=10.40.0", "node-fetch": ">=2.6.7" } }