Files
xahau.js/packages/ripple-keypairs/package.json
2020-01-24 09:07:12 -05:00

53 lines
1.4 KiB
JSON

{
"name": "ripple-keypairs",
"version": "1.0.0-beta.0",
"description": "Cryptographic key pairs for the XRP Ledger",
"files": [
"dist/*"
],
"main": "dist/",
"directories": {
"test": "test"
},
"dependencies": {
"babel-runtime": "^5.8.20",
"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/node": "^13.1.5",
"@typescript-eslint/eslint-plugin": "^2.16.0",
"@typescript-eslint/parser": "^2.16.0",
"babel": "^5.8.20",
"babel-core": "^5.8.20",
"babel-eslint": "^6.0.0",
"babel-loader": "^5.3.2",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-airbnb-typescript": "^6.3.1",
"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": "^7.0.0",
"nyc": "^15.0.0",
"prettier": "^1.19.1",
"typescript": "^3.1.3"
},
"scripts": {
"compile": "tsc",
"compile-babel": "babel --optional runtime -d distrib/npm/ src/",
"compile-with-source-maps": "babel --optional runtime -s -t -d distrib/npm/ src/",
"test": "tsc && nyc mocha",
"lint": "eslint . --ext .ts --fix"
},
"repository": {
"type": "git",
"url": "git://github.com/ripple/ripple-keypairs.git"
},
"license": "ISC"
}