Files
xahau.js/packages/ripple-keypairs/package.json
dependabot-preview[bot] cee2dfdcaa Bump @types/mocha from 7.0.2 to 8.0.3 (#212)
Bumps [@types/mocha](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/mocha) from 7.0.2 to 8.0.3.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/mocha)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-09-12 23:01:05 -07:00

55 lines
1.4 KiB
JSON

{
"name": "ripple-keypairs",
"version": "1.0.1",
"description": "Cryptographic key pairs for the XRP Ledger",
"files": [
"dist/*"
],
"main": "dist/",
"directories": {
"test": "test"
},
"dependencies": {
"bn.js": "^5.1.1",
"brorand": "^1.0.5",
"elliptic": "^6.5.2",
"hash.js": "^1.0.3",
"ripple-address-codec": "^4.0.0"
},
"devDependencies": {
"@types/mocha": "^8.0.3",
"@types/node": "^14.0.1",
"@typescript-eslint/eslint-plugin": "^2.19.0",
"@typescript-eslint/parser": "^2.16.0",
"codecov": "^3.6.2",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-airbnb-typescript": "^7.0.0",
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-mocha": "^6.2.2",
"eslint-plugin-prettier": "^3.1.2",
"mocha": "^8.0.1",
"nyc": "^15.0.1",
"prettier": "^2.0.5",
"source-map-support": "^0.5.16",
"ts-node": "^8.6.2",
"typescript": "^3.6.4"
},
"scripts": {
"compile": "tsc",
"test": "tsc && nyc mocha",
"lint": "eslint . --ext .ts --fix",
"prepublish": "yarn lint && yarn test",
"coverage": "nyc --reporter=lcov mocha && codecov"
},
"repository": {
"type": "git",
"url": "git://github.com/ripple/ripple-keypairs.git"
},
"license": "ISC",
"engines": {
"node": ">= 10"
}
}