UNPKG

bitcoinpqc

Version:

NodeJS TypeScript bindings for Bitcoin PQC library

47 lines (46 loc) 970 B
{ "name": "bitcoinpqc", "version": "0.1.0", "description": "NodeJS TypeScript bindings for Bitcoin PQC library", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc && node-gyp rebuild", "install": "node-gyp rebuild", "test": "jest", "prepare": "npm run build", "examples": "ts-node examples/basic-usage.ts" }, "keywords": [ "bitcoin", "cryptocurrency", "post-quantum", "cryptography", "signature", "dilithium", "falcon", "sphincs+" ], "author": "", "license": "MIT", "type": "commonjs", "devDependencies": { "@types/jest": "^29.5.12", "@types/node": "^20.11.30", "jest": "^29.7.0", "ts-jest": "^29.1.2", "ts-node": "^10.9.2", "typescript": "^5.4.2", "node-gyp": "^9.0.0" }, "dependencies": { "node-addon-api": "^5.0.0" }, "files": [ "dist", "README.md", "binding.gyp", "src/native" ], "gypfile": true }