UNPKG

@dicy/client

Version:

JSON-RPC client for DiCy.

46 lines (45 loc) 1.07 kB
{ "name": "@dicy/client", "version": "0.15.2", "description": "JSON-RPC client for DiCy.", "keywords": [ "latex", "knitr", "sage", "biblatex" ], "bugs": "https://github.com/yitzchak/dicy/issues", "main": "lib/main.js", "types": "types/main.d.ts", "scripts": { "test": "jasmine-ts", "compile": "rimraf lib && tsc", "prepublish": "npm run compile", "server": "dicy-server" }, "repository": { "type": "git", "url": "https://github.com/yitzchak/dicy.git" }, "author": "Tarn Burton <twburton@gmail.com>", "contributors": [], "homepage": "https://yitzchak.github.io/dicy/", "engines": { "node": ">=6.9.0" }, "license": "MIT", "dependencies": { "@dicy/server": "^0.15.2", "@dicy/types": "^0.15.2", "vscode-jsonrpc": "^4.0.0" }, "devDependencies": { "@types/jasmine": "^3.3.5", "@types/node": "^10.12.18", "jasmine": "^3.3.1", "jasmine-ts": "^0.3.0", "rimraf": "^2.6.2", "typescript": "^3.2.2" }, "gitHead": "c1ebde0f8311c3ae330acd99d78fd4e9ac784c07" }