UNPKG

@dicy/server

Version:

JSON-RPC server for DiCy.

49 lines (48 loc) 1.17 kB
{ "name": "@dicy/server", "version": "0.15.2", "description": "JSON-RPC server for DiCy.", "keywords": [ "latex", "knitr", "sage", "biblatex" ], "bugs": "https://github.com/yitzchak/dicy/issues", "main": "lib/main.js", "scripts": { "test": "jasmine-ts", "compile": "rimraf lib && tsc && prepend lib/main.js \"#!/usr/bin/env node\n\"", "prepublish": "npm run compile" }, "bin": { "dicy-server": "lib/main.js" }, "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/core": "^0.15.2", "vscode-jsonrpc": "^4.0.0", "yargs": "^12.0.2" }, "devDependencies": { "@types/jasmine": "^3.3.5", "@types/node": "^10.12.18", "@types/yargs": "^12.0.4", "jasmine": "^3.3.1", "jasmine-ts": "^0.3.0", "prepend-file-cli": "^1.0.6", "rimraf": "^2.6.2", "typescript": "^3.2.2" }, "gitHead": "c1ebde0f8311c3ae330acd99d78fd4e9ac784c07" }