mirror of
				https://github.com/Xahau/Validation-Ledger-Tx-Store-to-xPOP.git
				synced 2025-11-04 12:25:48 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			25 lines
		
	
	
		
			515 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			25 lines
		
	
	
		
			515 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "xrplp-validation-msg-store",
 | 
						|
  "version": "1.0.0",
 | 
						|
  "description": "Store XRPL Proof of Validation messages",
 | 
						|
  "main": "index.mjs",
 | 
						|
  "scripts": {
 | 
						|
    "dev": "nodemon ."
 | 
						|
  },
 | 
						|
  "author": "Wietse Wind <w@xrpl-labs.com>",
 | 
						|
  "license": "MIT",
 | 
						|
  "nodemonConfig": {
 | 
						|
    "ignore": [
 | 
						|
      "store/*"
 | 
						|
    ]
 | 
						|
  },
 | 
						|
  "dependencies": {
 | 
						|
    "dotenv": "^16.3.1",
 | 
						|
    "ed25519": "^0.0.5",
 | 
						|
    "elliptic": "^6.5.4",
 | 
						|
    "node-fetch": "^3.3.2",
 | 
						|
    "ripple-address-codec": "^4.3.0",
 | 
						|
    "xrpl-client": "^2.2.0"
 | 
						|
  }
 | 
						|
}
 |