@payburner/keyburner-core
Version:
KeyburnerJs -- A library to enable arbitrary transaction signing and verification using XRPL-compatible keys and addresses.
83 lines (82 loc) • 2.3 kB
JSON
{
"name": "@payburner/keyburner-core",
"version": "1.1.18",
"description": "KeyburnerJs -- A library to enable arbitrary transaction signing and verification using XRPL-compatible keys and addresses.",
"keywords": [
"NACL",
"XRP",
"Payburner"
],
"author": "Payburner",
"files": [
"dist/npm/*",
"build/keyburner-core-min.js",
"build/keyburner-core.js"
],
"main": "dist/npm/",
"unpkg": "build/keyburner-core-latest-min.js",
"types": "dist/index.d.ts",
"browser": {
"https-proxy-agent": false
},
"homepage": "https://github.com/payburner/keyburner-core#readme",
"bugs": {
"url": "https://github.com/payburner/keyburner-core/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/payburner/keyburner-core.git"
},
"license": "Apache-2.0",
"scripts": {
"prepare": "npm run build",
"prepublishOnly": "npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags",
"build:lib": "tsc --build",
"build:web": "webpack",
"test": "jest --config jestconfig.json",
"build": "npm run build:lib && npm run build:web",
"lint": "tslint -p tsconfig.json"
},
"dependencies": {
"@types/brorand": "^1.0.30",
"brorand": "^1.1.0",
"ripple-address-codec": "^4.1.1",
"ripple-binary-codec": "^0.2.7",
"ripple-keypairs": "^1.0.2",
"tweetnacl": "^1.0.3"
},
"devDependencies": {
"@types/atob": "^2.1.2",
"@types/axios": "^0.14.0",
"@types/jest": "^26.0.14",
"@types/node": "^14.0.1",
"@typescript-eslint/eslint-plugin": "^2.3.3",
"@typescript-eslint/parser": "^2.27.0",
"assert-diff": "^3.0.0",
"doctoc": "^1.4.0",
"ejs": "^3.0.1",
"eslint": "^6.5.1",
"eventemitter2": "^6.0.0",
"json-schema-to-markdown-table": "^0.4.0",
"mocha": "^7.1.1",
"nyc": "^15.0.0",
"prettier": "^2.0.5",
"jest": "^26.1.0",
"jest-config": "^26.1.0",
"ts-jest": "^26.1.1",
"ts-node": "^8.4.1",
"tslint": "^6.1.3",
"typescript": "^3.7.5",
"webpack": "^4.42.0",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-cli": "^3.3.9"
},
"engines": {
"node": ">=12.0.0",
"npm": ">=6",
"yarn": "please use npm"
}
}