mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-30 09:05:50 +00:00
Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 8.10.2 to 9.0.0. - [Release notes](https://github.com/TypeStrong/ts-node/releases) - [Commits](https://github.com/TypeStrong/ts-node/compare/v8.10.2...v9.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
55 lines
1.4 KiB
JSON
55 lines
1.4 KiB
JSON
{
|
|
"name": "ripple-keypairs",
|
|
"version": "1.0.2",
|
|
"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": "^9.0.0",
|
|
"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"
|
|
}
|
|
}
|