{ "name": "exonum", "version": "0.0.0", "private": true, "description": "JS dependencies for Exonum", "dependencies": {}, "devDependencies": { "cspell": "^4.0.23", "markdownlint-cli": "^0.17.0" }, "scripts": { "cspell": "./cspell.sh", "md": "find . -not -path \"*/node_modules/*\" -and -not -path \"*/target/*\" -and -not -path \"*/.git/*\" -name \"*.md\" | xargs ./node_modules/.bin/markdownlint --config .markdownlintrc" }, "repository": { "type": "git", "url": "git+https://github.com/exonum/exonum-btc-anchoring" }, "author": "Exonum Team ", "license": "Apache-2.0", "bugs": { "url": "https://github.com/exonum/exonum-btc-anchoring/issues" }, "homepage": "https://github.com/exonum/exonum-btc-anchoring#readme" }