UNPKG

mazzaroth-js

Version:

Library that facilitates interaction with Mazzaroth nodes from both the browser and node-js

54 lines (53 loc) 1.54 kB
{ "name": "mazzaroth-js", "version": "0.6.5", "description": "Library that facilitates interaction with Mazzaroth nodes from both the browser and node-js", "main": "dist/index.js", "files": [ "dist" ], "scripts": { "build": "npm run lint && babel src -d dist", "test": "npm run lint && ./node_modules/.bin/mocha --require babel-register \"test/**/*.js\"", "lint": "./node_modules/.bin/eslint . && ./node_modules/markdownlint-cli/markdownlint.js README.md" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/kochavalabs/mazzaroth-js.git" }, "keywords": [ "mazzaroth" ], "author": "KochavaLabs", "license": "MIT", "devDependencies": { "@babel/cli": "^7.16.8", "@babel/core": "^7.16.7", "babel-preset-env": "^1.7.0", "babel-preset-es2015": "^6.24.1", "babel-register": "^6.26.0", "chai": "^4.2.0", "chai-as-promised": "^7.1.1", "eslint": "^8.6.0", "eslint-config-standard": "^12.0.0", "eslint-plugin-import": "^2.16.0", "eslint-plugin-mocha": "^5.3.0", "eslint-plugin-node": "^8.0.1", "eslint-plugin-promise": "^4.0.1", "eslint-plugin-standard": "^4.0.0", "markdownlint-cli": "^0.23.1", "mocha": "^9.1.3", "nock": "^10.0.6", "package-tagger": "^0.1.1", "sinon": "^7.3.2" }, "dependencies": { "axios": "^v0.21.1", "debug": "^4.1.1", "deepmerge": "^4.2.2", "js-sha3": "^0.8.0", "mazzaroth-crypto": "0.1.5", "mazzaroth-xdr": "0.8.1", "xdr-js-serialize": "0.3.1" } }