UNPKG

@interlay/interbtc

Version:

JavaScript library to interact with InterBTC

56 lines (55 loc) 1.3 kB
{ "name": "@interlay/interbtc", "version": "1.6.2", "description": "JavaScript library to interact with InterBTC", "main": "build/index.js", "typings": "build/index.d.ts", "repository": "https://github.com/interlay/interbtc-js", "license": "Apache-2.0", "keywords": [ "Polkadot", "Bitcoin", "InterBTC" ], "scripts": { "build": "run-s build:*", "build:tsc": "tsc -p tsconfig.json" }, "engines": { "node": ">=11" }, "engineStrict": true, "dependencies": { "@interlay/interbtc-api": "1.6.1", "@interlay/interbtc-index-client": "1.6.0", "@interlay/interbtc-types": "1.3.0", "@interlay/monetary-js": "0.5.3" }, "devDependencies": { "@types/node": "^14.6.4", "@typescript-eslint/eslint-plugin": "^4.1.0", "@typescript-eslint/parser": "^4.1.0", "eslint": "^7.8.0", "eslint-config-prettier": "^6.11.0", "husky": "^5.1.1", "prettier": "^2.0.5", "npm-run-all": "^4.1.5", "ts-node": "^9.0.0", "typedoc": "^0.21.0", "typedoc-plugin-markdown": "^3.10.2", "typescript": "^4.3.2" }, "files": [ "build/main", "build/module", "!**/*.spec.*", "!**/*.json", "CHANGELOG.md", "LICENSE", "README.md" ], "prettier": { "singleQuote": false, "tabWidth": 4 } }