mirror of
				https://github.com/Xahau/xahau.js.git
				synced 2025-11-04 04:55:48 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			49 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			49 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
  "name": "@xrplf/isomorphic",
 | 
						|
  "version": "1.0.1",
 | 
						|
  "description": "A collection of isomorphic and tree-shakeable crypto hashes and utils for xahau.js",
 | 
						|
  "keywords": [
 | 
						|
    "crypto",
 | 
						|
    "isomorphic",
 | 
						|
    "xahau"
 | 
						|
  ],
 | 
						|
  "scripts": {
 | 
						|
    "build": "tsc --build ./tsconfig.build.json",
 | 
						|
    "test": "npm run build && jest --verbose false --silent=false ./test/*.test.ts",
 | 
						|
    "test:browser": "npm run build && karma start ./karma.config.js",
 | 
						|
    "clean": "rm -rf ./dist ./coverage ./test/testCompiledForWeb tsconfig.build.tsbuildinfo",
 | 
						|
    "lint": "eslint . --ext .ts",
 | 
						|
    "prepublish": "npm run lint && npm test"
 | 
						|
  },
 | 
						|
  "files": [
 | 
						|
    "dist/*",
 | 
						|
    "sha256/*",
 | 
						|
    "sha512/*",
 | 
						|
    "ripemd160/*",
 | 
						|
    "src/*",
 | 
						|
    "utils/*",
 | 
						|
    "ws/*"
 | 
						|
  ],
 | 
						|
  "directories": {
 | 
						|
    "test": "test"
 | 
						|
  },
 | 
						|
  "dependencies": {
 | 
						|
    "@noble/hashes": "^1.0.0",
 | 
						|
    "eventemitter3": "5.0.1",
 | 
						|
    "ws": "^8.13.0"
 | 
						|
  },
 | 
						|
  "devDependencies": {
 | 
						|
    "@types/node": "^18.18.38",
 | 
						|
    "@types/ws": "^8.5.6"
 | 
						|
  },
 | 
						|
  "repository": {
 | 
						|
    "type": "git",
 | 
						|
    "url": "git@github.com:Xahau/xahau.js.git"
 | 
						|
  },
 | 
						|
  "license": "ISC",
 | 
						|
  "prettier": "@xrplf/prettier-config",
 | 
						|
  "engines": {
 | 
						|
    "node": ">=18.0.0"
 | 
						|
  }
 | 
						|
}
 |