{ "name": "nostr-tools", "version": "1.0.0-beta2", "description": "Tools for making a Nostr client.", "repository": { "type": "git", "url": "https://github.com/fiatjaf/nostr-tools.git" }, "main": "lib/nostr.cjs.js", "module": "lib/nostr.esm.js", "dependencies": { "@noble/hashes": "^0.5.7", "@noble/secp256k1": "^1.7.0", "@scure/bip32": "^1.1.1", "@scure/bip39": "^1.1.0", "base64-arraybuffer": "^1.0.2", "bech32": "^2.0.0" }, "keywords": [ "decentralization", "social", "censorship-resistance", "client", "nostr" ], "devDependencies": { "@types/node": "^18.0.3", "@typescript-eslint/eslint-plugin": "^5.46.1", "@typescript-eslint/parser": "^5.46.1", "esbuild": "0.16.9", "esbuild-plugin-alias": "^0.2.1", "eslint": "^8.30.0", "eslint-plugin-babel": "^5.3.1", "esm-loader-typescript": "^1.0.1", "events": "^3.3.0", "jest": "^29.3.1", "node-fetch": "2", "ts-jest": "^29.0.3", "tsd": "^0.22.0", "typescript": "^4.9.4" }, "scripts": { "build": "node build.js", "pretest": "node build.js", "test": "jest" } }