{
    "name": "@lily-technologies/lnrpc",
    "version": "0.15.4-beta.2",
    "description": "A Typescript gRPC client for LND with support for all LND sub-servers",
    "main": "dist/src/index.js",
    "types": "dist/src/index.d.ts",
    "config": {
        "releasetag": "v0.15.4-beta",
        "url": "https://raw.githubusercontent.com/lightningnetwork/lnd",
        "protocversion": "3.19.3"
    },
    "scripts": {
        "test": "mocha \"test/**/*.test.ts\"",
        "build": "tsc -p tsconfig.build.json && cp -r lnd/. dist/lnd",
        "clean": "rimraf dist",
        "lint": "tslint -c tslint.json '{src,test}/**/*.ts' -e 'src/types/generated/**/*.ts' --fix",
        "generate": "sh scripts/generate_types.sh ${npm_package_config_releasetag} ${npm_package_config_protocversion}",
        "update-protos": "sh scripts/update_protos.sh"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/Lily-Technologies/lnrpc.git"
    },
    "keywords": [
        "lnd",
        "lightning network",
        "grpc",
        "client",
        "bitcoin"
    ],
    "author": "Lily Technologies, Inc",
    "license": "MIT",
    "dependencies": {
        "@grpc/grpc-js": "^1.5.1",
        "@grpc/proto-loader": "^0.6.9",
        "pkg-dir": "^2.0.0",
        "ts-protoc-gen": "^0.15.0"
    },
    "devDependencies": {
        "@types/glob": "^7.1.1",
        "@types/google-protobuf": "^3.15.5",
        "@types/node": "^10.14.19",
        "@types/pkg-dir": "^2.0.1",
        "glob": "^7.1.5",
        "mocha": "^5.2.0",
        "mocha-typescript": "^1.1.17",
        "rimraf": "^3.0.0",
        "ts-node": "^8.4.1",
        "tslint": "^5.20.1",
        "typescript": "^4.1.3"
    },
    "engines": {
        "node": ">= 10.*"
    },
    "bugs": {
        "url": "https://github.com/Lily-Technologies/lnrpc/issues"
    },
    "homepage": "https://github.com/Lily-Technologies/lnrpc#readme"
}
