mirror of
				https://github.com/Xahau/xahau.js.git
				synced 2025-11-04 04:55:48 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			44 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			44 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "@transia/ripple-binary-codec",
 | 
						|
  "version": "1.6.0",
 | 
						|
  "description": "XRP Ledger binary codec",
 | 
						|
  "files": [
 | 
						|
    "dist/*",
 | 
						|
    "bin/*",
 | 
						|
    "test/*"
 | 
						|
  ],
 | 
						|
  "main": "dist/",
 | 
						|
  "directories": {
 | 
						|
    "test": "test"
 | 
						|
  },
 | 
						|
  "dependencies": {
 | 
						|
    "assert": "^2.0.0",
 | 
						|
    "big-integer": "^1.6.48",
 | 
						|
    "buffer": "6.0.3",
 | 
						|
    "create-hash": "^1.2.0",
 | 
						|
    "decimal.js": "^10.2.0",
 | 
						|
    "@transia/ripple-address-codec": "^4.3.0"
 | 
						|
  },
 | 
						|
  "scripts": {
 | 
						|
    "build": "tsc -b && copyfiles ./src/enums/definitions.json ./dist/enums/",
 | 
						|
    "clean": "rm -rf ./dist && rm -rf tsconfig.tsbuildinfo",
 | 
						|
    "prepublishOnly": "npm test",
 | 
						|
    "test": "npm run build && jest --verbose false --silent=false ./test/*.test.js",
 | 
						|
    "lint": "eslint . --ext .ts --ext .test.js"
 | 
						|
  },
 | 
						|
  "repository": {
 | 
						|
    "type": "git",
 | 
						|
    "url": "git@github.com/Transia-RnD/xrpl.js/tree/beta"
 | 
						|
  },
 | 
						|
  "bugs": {
 | 
						|
    "url": "https://github.com/XRPLF/xrpl.js/issues"
 | 
						|
  },
 | 
						|
  "homepage": "https://github.com/XRPLF/xrpl.js/tree/main/packages/ripple-binary-codec#readme",
 | 
						|
  "license": "ISC",
 | 
						|
  "readmeFilename": "README.md",
 | 
						|
  "prettier": "@xrplf/prettier-config",
 | 
						|
  "engines": {
 | 
						|
    "node": ">= 10"
 | 
						|
  }
 | 
						|
}
 |