UNPKG

@biomejs/backend-jsonrpc

Version:

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

57 lines 1.4 kB
{ "name": "@biomejs/backend-jsonrpc", "version": "2.1.4", "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": "22.17.0", "typescript": "5.9.2", "vite": "7.0.6", "vitest": "3.2.4" }, "publishConfig": { "provenance": true }, "optionalDependencies": { "@biomejs/cli-win32-x64": "2.1.4", "@biomejs/cli-win32-arm64": "2.1.4", "@biomejs/cli-darwin-x64": "2.1.4", "@biomejs/cli-darwin-arm64": "2.1.4", "@biomejs/cli-linux-x64": "2.1.4", "@biomejs/cli-linux-arm64": "2.1.4", "@biomejs/cli-linux-x64-musl": "2.1.4", "@biomejs/cli-linux-arm64-musl": "2.1.4" } }