UNPKG

607 BJSONView Raw
1{
2 "name": "ij-rpc-client",
3 "version": "0.3.0",
4 "description": "IntelliJ Platform RPC client",
5 "license": "Apache-2.0",
6 "main": "./out/rpc-node.js",
7 "scripts": {
8 "compile": "rimraf out && tsc -p .",
9 "test": "mocha"
10 },
11 "repository": {
12 "type": "git",
13 "url": "https://github.com/JetBrains/intellij-community.git"
14 },
15 "devDependencies": {
16 "@types/debug": "^0.0.30",
17 "@types/node": "^9.4.1",
18 "mocha": "^5.0.0",
19 "rimraf": "^2.6.2",
20 "should": "^13.2.1",
21 "typescript": "^2.7.1"
22 },
23 "dependencies": {
24 "bluebird": "^3.5.1",
25 "debug": "^3.1.0"
26 }
27}