@synonymdev/blocktank-client
Version:
LSP client library
50 lines (49 loc) • 1.21 kB
JSON
{
"name": "@synonymdev/blocktank-client",
"version": "0.0.51",
"description": "LSP client library",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"README.md",
"dist"
],
"scripts": {
"build": "tsc",
"test": "jest",
"format": "prettier --write \"src/**/*.ts\" ",
"lint": "tslint -p tsconfig.json",
"prepublish": "yarn run build && npm --no-git-tag-version version patch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/synonymdev/blocktank-client.git"
},
"keywords": [
"Lightning",
"network",
"Bitcoin",
"LSP"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/synonymdev/blocktank-client/issues"
},
"homepage": "https://github.com/synonymdev/blocktank-client#readme",
"devDependencies": {
"@babel/preset-env": "^7.15.0",
"@babel/preset-typescript": "^7.15.0",
"@types/jest": "^27.0.1",
"babel-jest": "^27.1.0",
"jest": "^27.1.0",
"prettier": "^2.5.1",
"tslint": "^6.1.3",
"tslint-config-prettier": "^1.18.0",
"typescript": "^4.4.2"
},
"dependencies": {
"cross-fetch": "^3.1.4",
"node-fetch": "3.1.1"
}
}