{ "name": "mymonero-core-js", "version": "1.1.0", "description": "The JS library containing the Monero crypto plus lightweight wallet functions behind the official MyMonero apps", "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/mymonero/mymonero-core-js.git" }, "scripts": { "format": "find . -name '*.js*' | xargs prettier --write --config ./.prettierrc --config-precedence file-override", "test": "mocha" }, "keywords": [ "monero", "mymonero", "javascript", "js", "lightweight", "lightwallet", "wallet", "crypto", "script", "utility", "tool" ], "author": "MyMonero", "license": "See LICENSE.TXT. Copyright (c) 2014-2018, MyMonero.com. All rights reserved.", "bugs": { "url": "https://github.com/mymonero/mymonero-core-js/issues" }, "homepage": "https://github.com/mymonero/mymonero-core-js#readme", "dependencies": {}, "devDependencies": { "mocha": "^5.2.0" }, "jest": { "testEnvironment": "node", "verbose": true, "coveragePathIgnorePatterns": [ "node_modules", "monero_utils/MyMoneroCoreCpp.js", "tests/emjs/*" ] } }