UNPKG

832 BJSONView Raw
1{
2 "name": "ripple-address-codec",
3 "version": "4.2.5",
4 "description": "encodes/decodes base58 encoded XRP Ledger identifiers",
5 "files": [
6 "dist/*",
7 "build/*"
8 ],
9 "main": "dist/index.js",
10 "types": "dist/index.d.ts",
11 "license": "ISC",
12 "dependencies": {
13 "base-x": "^3.0.9",
14 "create-hash": "^1.1.2"
15 },
16 "repository": {
17 "type": "git",
18 "url": "git@github.com:XRPLF/xrpl.js.git"
19 },
20 "prepublish": "tsc -b",
21 "prepublishOnly": "tslint -b ./ && jest",
22 "scripts": {
23 "build": "tsc -b",
24 "test": "jest --verbose false --silent=false ./src/*.test.js",
25 "lint": "eslint . --ext .ts",
26 "clean": "rm -rf ./dist && rm -rf tsconfig.tsbuildinfo"
27 },
28 "prettier": "@xrplf/prettier-config",
29 "engines": {
30 "node": ">= 10"
31 },
32 "gitHead": "b3d3bc2f99c21336c32d234026ddff79f16e8194"
33}