{ "name": "isomorphic-secp256k1-js", "version": "4.0.5", "description": "An ultra lightweight (2 kbyte) pure JavaScript implimentation for the secp256k1 curve for node and browsers.", "repository": { "type": "git", "url": "git+https://github.com/pur3miish/isomorphic-secp256k1-js.git" }, "keywords": [ "ECDSA", "bitcoin", "universal", "blockchain", "digital", "signature", "ecc", "elliptic", "curve", "crypto", "currency", "secp256k1", "dependencies", "lightweight" ], "author": "pur3miish", "license": "MIT", "bugs": { "url": "https://github.com/pur3miish/isomorphic-secp256k1-js/issues" }, "type": "module", "files": [ "./get_public_key.js", "./get_public_key.d.ts", "./hmac_sha256.js", "./hmac_sha256.d.ts", "./recover_public_key.js", "./recover_public_key.d.ts", "./sha256.js", "./sha256.d.ts", "./sign.js", "./sign.d.ts", "./utils.js", "./utils.d.ts" ], "exports": { "./get_public_key.js": "./get_public_key.js", "./get_public_key": "./get_public_key.js", "./hmac_sha256.js": "./hmac_sha256.js", "./hmac_sha256": "./hmac_sha256.js", "./recover_public_key.js": "./recover_public_key.js", "./recover_public_key": "./recover_public_key.js", "./sign.js": "./sign.js", "./sign": "./sign.js", "./utils.js": "./utils.js", "./utils": "./utils.js", "./sha256": "./sha256.js", "./sha256.js": "./sha256.js", "./package.json": "./package.json" }, "sideEffects": false, "scripts": { "eslint": "eslint .", "prettier": "prettier -c .", "prettier:readme": "prettier --write readme.md", "test": "npm run eslint && npm run prettier && npm run mocha", "mocha": "mocha", "prepublishOnly": "npm test", "build": "tsc", "extract-api": "api-extractor run --local" }, "homepage": "https://github.com/pur3miish/isomorphic-secp256k1-js#readme", "engines": { "node": ">= 18.0.0" }, "browserslist": [ "defaults", "not IE 11" ], "devDependencies": { "@types/chai": "^5.0.1", "@types/elliptic": "^6.4.18", "@types/mocha": "^10.0.10", "@types/node": "^22.10.5", "@typescript-eslint/eslint-plugin": "^8.19.1", "@typescript-eslint/parser": "^8.19.1", "chai": "^5.1.2", "eslint": "^8.34.0", "eslint-plugin-simple-import-sort": "^10.0.0", "mocha": "^11.0.1", "prettier": "^2.8.4", "ts-node": "^10.9.2", "tsx": "^4.19.2", "typescript": "^5.7.3" } }