UNPKG

@prometx/trpc-navigation-plugin

Version:

TypeScript Language Service Plugin that fixes broken 'go to definition' for tRPC when using declaration emit

59 lines (58 loc) 1.61 kB
{ "name": "@prometx/trpc-navigation-plugin", "version": "0.3.2", "description": "TypeScript Language Service Plugin that fixes broken 'go to definition' for tRPC when using declaration emit", "main": "./dist/index.js", "types": "./dist/index.d.ts", "typescriptServerPlugin": true, "exports": { ".": "./dist/index.js" }, "files": [ "dist", "README.md", "LICENSE", "BEERWARE" ], "scripts": { "build": "bun build src/index.ts --outdir dist --target node --format cjs --external typescript", "dev": "bun build src/index.ts --outdir dist --target node --format cjs --watch --external typescript", "build:tsc": "tsc", "test": "bun test", "typecheck": "bun tsc --noEmit", "lint": "biome check src/", "lint:fix": "biome check --write src/", "format": "biome format --write src/", "check": "biome check src/", "prepublishOnly": "bun run build && bun run build:tsc" }, "keywords": [ "typescript", "language-service", "typescript-plugin", "trpc", "navigation", "go-to-definition" ], "license": "MIT", "repository": { "type": "git", "url": "https://github.com/prometx11/trpc-navigation-plugin" }, "bugs": { "url": "https://github.com/prometx11/trpc-navigation-plugin/issues" }, "homepage": "https://github.com/ebg1223/trpc-navigation-plugin#readme", "dependencies": {}, "devDependencies": { "@biomejs/biome": "^2.0.5", "@types/node": "^20.0.0", "typescript": "^5.8.3" }, "peerDependencies": { "typescript": ">=4.0.0" }, "engines": { "node": ">=14.0.0" } }