UNPKG

@biomejs/backend-jsonrpc

Version:

Bindings to the JSON-RPC Workspace API of the Biome daemon

57 lines 1.41 kB
{ "name": "@biomejs/backend-jsonrpc", "version": "2.3.11", "main": "dist/index.js", "scripts": { "test": "vitest", "test:ci": "pnpm build && vitest run", "tsc": "tsc --noEmit", "build": "tsc" }, "files": [ "dist/", "README.md", "LICENSE-APACHE", "LICENSE-MIT", "ROME-LICENSE-MIT" ], "homepage": "https://biomejs.dev", "repository": { "type": "git", "url": "git+https://github.com/biomejs/biome.git", "directory": "npm/backend-jsonrpc" }, "author": "Biome Developers and Contributors", "bugs": "https://github.com/biomejs/biome/issues", "description": "Bindings to the JSON-RPC Workspace API of the Biome daemon", "keywords": [ "JavaScript", "TypeScript", "format", "lint", "toolchain" ], "engines": { "node": ">=14.21.3" }, "license": "MIT OR Apache-2.0", "devDependencies": { "@types/node": "24.10.4", "typescript": "5.9.3", "vite": "7.3.0", "vitest": "4.0.16" }, "publishConfig": { "provenance": true }, "optionalDependencies": { "@biomejs/cli-win32-x64": "2.3.11", "@biomejs/cli-win32-arm64": "2.3.11", "@biomejs/cli-darwin-x64": "2.3.11", "@biomejs/cli-darwin-arm64": "2.3.11", "@biomejs/cli-linux-x64": "2.3.11", "@biomejs/cli-linux-arm64": "2.3.11", "@biomejs/cli-linux-x64-musl": "2.3.11", "@biomejs/cli-linux-arm64-musl": "2.3.11" } }