UNPKG

@zeroledger/vycrypt

Version:

TS Development Kit for ZeroLeger Protocol

69 lines (68 loc) 1.62 kB
{ "name": "@zeroledger/vycrypt", "version": "0.0.1-betta", "description": "TS Development Kit for ZeroLeger Protocol", "files": [ "esm", "cjs", "src" ], "exports": { "require": "./cjs/index.js", "import": "./esm/index.js" }, "publishConfig": { "access": "public" }, "main": "cjs/index.js", "keywords": [ "vycrypt", "web3", "sdk", "zeroledger", "stealth-address", "ecdh" ], "scripts": { "test": "jest", "lint": "eslint src/**/*.ts test/**/*.ts", "prepare": "husky", "typecheck": "tsc --noEmit", "build": "tsc -p tsconfig.cjs.json && tsc -p tsconfig.esm.json" }, "repository": { "type": "git", "url": "git+https://github.com/zeroledger/vyrcypt.git" }, "homepage": "https://github.com/zeroledger/vyrcypt#readme", "author": "Dzmitry Lahunouski", "license": "SEE LICENSE IN LICENSE", "bugs": { "url": "https://github.com/zeroledger/vyrcypt/issues" }, "engines": { "node": ">=18.12.0" }, "devDependencies": { "@swc/cli": "^0.7.8", "@swc/core": "^1.13.5", "@swc/jest": "^0.2.39", "@types/jest": "^29.5.14", "@types/node": "^24.3.0", "@typescript-eslint/eslint-plugin": "^7.0.0", "@typescript-eslint/parser": "^7.0.0", "eslint": "^8.42.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.5.4", "husky": "^9.1.7", "jest": "^29.7.0", "lint-staged": "^16.1.5", "prettier": "^3.6.2", "ts-node": "^10.9.2", "typescript": "^5.9.2" }, "dependencies": { "@noble/ciphers": "^1.3.0", "viem": "^2.36.0" } }