UNPKG

@dashevo/bls

Version:
66 lines (65 loc) 1.7 kB
{ "name": "@dashevo/bls", "version": "1.3.5", "description": "The most advanced BLS library for JavaScript", "main": "blsjs.js", "types": "blsjs.d.ts", "files": [ "blsjs.js", "blsjstmp.wasm", "blsjs.d.ts" ], "directories": { "test": "tests" }, "scripts": { "build:web": "node bundle_wasm_for_web.js", "test": "npm run test:node && npm run test:browser", "test:typings": "tsc ./tests/typings.spec.ts", "test:node": "mocha ./tests/*.spec.js", "test:browser": "npm run test:typings && karma start ./tests/karma.conf.js --single-run", "webpack": "webpack --config=./webpack.config.js", "rollup": "rollup -c" }, "repository": { "type": "git", "url": "git@github.com:dashpay/bls-signatures.git" }, "homepage": "https://github.com/dashpay/bls-signatures/tree/main/js-bindings", "author": { "name": "Anton Suprunchuk", "email": "antouhou@gmail.com", "url": "https://github.com/antouhou" }, "keywords": [ "bls", "BLS", "threshold", "signature", "crypto", "cryptography" ], "devDependencies": { "@types/mocha": "^5.2.7", "@types/node": "^11.15.18", "assert": "^2.0.0", "babel-polyfill": "^6.26.0", "buffer": "^6.0.3", "crypto-browserify": "^3.12.0", "karma": "^6.3.4", "karma-firefox-launcher": "^1.3.0", "karma-mocha": "^2.0.1", "karma-mocha-reporter": "^2.2.5", "karma-webpack": "^5.0.0", "mime": "1.4.1", "mocha": "^8.4.0", "path-browserify": "^1.0.1", "process": "^0.11.10", "stream-browserify": "^3.0.0", "typescript": "^3.6.5", "webpack": "^5.39.0" }, "dependencies": { "binascii": "0.0.2" } }