{
	"name": "@ellcrys/spell",
	"version": "0.1.23",
	"description": "The official JavaScript library for Ellcrys",
	"main": "lib/index.js",
	"types": "./index.d.ts",
	"scripts": {
		"ts-watch": "tsc -w",
		"lint": "tslint ./src/**/*.ts",
		"test": "mocha test",
		"gen-docs": "typedoc --out docs ./src --exclude \"**/test/**/*.ts,**/play/**/*.ts\" --hideGenerator --name \"Spell Documentation\"",
		"cover": "nyc mocha test"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/ellcrys/spell.git"
	},
	"author": "",
	"license": "GPL-3.0",
	"bugs": {
		"url": "https://github.com/ellcrys/spell/issues"
	},
	"homepage": "https://github.com/ellcrys/spell#readme",
	"dependencies": {
		"bignum": "^0.13.0",
		"blake2": "^2.0.1",
		"bs58check": "^2.1.2",
		"create-hmac": "^1.1.7",
		"cryptiles": "^4.1.3",
		"decimal.js": "^10.0.2",
		"flaverr": "^1.9.2",
		"jsonwebtoken": "^8.4.0",
		"moment": "^2.23.0",
		"msgpack5": "^4.2.1",
		"request": "^2.88.0",
		"ripemd160": "^2.0.2",
		"sha256": "^0.2.0",
		"sha3": "^2.0.0",
		"tweetnacl": "^1.0.1",
		"uuid": "^3.3.2",
		"js-yaml": ">=3.13.1",
		"handlebars": ">=4.1.2"
	},
	"devDependencies": {
		"@types/bignum": "0.0.29",
		"@types/create-hmac": "^1.1.0",
		"@types/jsonwebtoken": "^8.3.0",
		"@types/mocha": "^5.2.5",
		"@types/msgpack5": "^3.4.1",
		"@types/node": "^10.12.18",
		"@types/random-number": "0.0.0",
		"@types/request": "^2.48.1",
		"@types/sha256": "^0.2.0",
		"@types/sinon-chai": "^3.2.2",
		"@types/uuid": "^3.4.4",
		"chai": "^4.2.0",
		"eslint": "^5.12.0",
		"mocha": "^5.2.0",
		"nyc": "^13.1.0",
		"prettier": "^1.16.4",
		"prettier-tslint": "^0.4.2",
		"sinon": "^7.2.2",
		"sinon-chai": "^3.3.0",
		"source-map-support": "^0.5.9",
		"ts-node": "^7.0.1",
		"tslint": "^5.12.0",
		"typedoc": "^0.14.2",
		"typedoc-plugin-external-module-name": "^2.0.0",
		"typescript": "^3.3.3333"
	},
	"nyc": {
		"include": "lib/**/*js",
		"exclude": [
			"**/spell.js",
			"**/index.js"
		],
		"all": true
	},
	"directories": {
		"lib": "lib",
		"test": "test"
	},
	"keywords": [
		"ellcrys",
		"blockchain",
		"key",
		"hdkey",
		"api",
		"client",
		"rpc",
		"json-rpc",
		"web3"
	]
}
