@falcondev-oss/trpc-vue-query
Version:
A tRPC wrapper around '@tanstack/vue-query'
72 lines • 2.14 kB
JSON
{
"name": "@falcondev-oss/trpc-vue-query",
"type": "module",
"version": "0.4.2",
"packageManager": "pnpm@8.15.3",
"description": "A tRPC wrapper around '@tanstack/vue-query'",
"license": "MIT",
"repository": "github:falcondev-oss/trpc-vue-query",
"bugs": {
"url": "https://github.com/falcondev-oss/trpc-vue-query/issues"
},
"keywords": [
"trpc",
"vue-query",
"trpc-client",
"tanstack-query",
"typescript"
],
"main": "dist/index.cjs",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"peerDependencies": {
"@tanstack/vue-query": "^5.22.2",
"@trpc/client": "^10.45.1",
"@trpc/server": "^10.45.1",
"vue": "^3.4.19"
},
"dependencies": {
"@vueuse/core": "^10.9.0"
},
"devDependencies": {
"@commitlint/cli": "^19.2.2",
"@eslint/eslintrc": "^3.0.2",
"@louishaftmann/commitlint-config": "^3.1.1",
"@louishaftmann/eslint-config": "^3.1.1",
"@louishaftmann/lintstaged-config": "^3.1.1",
"@louishaftmann/prettier-config": "^3.1.1",
"@tanstack/vue-query": "^5.29.0",
"@trpc/client": "^10.45.2",
"@trpc/server": "^10.45.2",
"@types/eslint": "^8.56.9",
"@types/eslint__eslintrc": "^2.1.1",
"@vitest/ui": "^1.5.0",
"eslint": "^8.57.0",
"happy-dom": "^13.10.1",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"start-server-and-test": "^2.0.3",
"tsup": "^8.0.2",
"tsx": "^4.7.2",
"typescript": "^5.4.5",
"vitest": "^1.5.0",
"vue": "^3.4.22",
"vue-demi": "^0.14.7"
},
"changelogithub": {
"extends": "gh:falcondev-it/configs/changelogithub"
},
"scripts": {
"build": "tsup",
"lint": "eslint --cache . && prettier --check --cache .",
"lint:ci": "eslint --cache --cache-strategy content . && prettier --check --cache --cache-strategy content .",
"lint:fix": "eslint --fix --cache . && prettier --write --cache .",
"type-check": "tsc -p tsconfig.json --noEmit",
"test": "start-server-and-test test:server http-get://localhost:3000/ping vitest",
"test:server": "tsx ./test/trpc/index.ts"
}
}