56 lines
1.5 KiB
JSON
56 lines
1.5 KiB
JSON
{
|
|
"name": "@lumeweb/bigint-crypto-utils",
|
|
"version": "1.0.0",
|
|
"description": "Arbitrary precision modular arithmetic, cryptographically secure random numbers and strong probable prime generation/testing. It works in modern browsers, Angular, React, Node.js, etc. since it uses the native JS implementation of BigInt",
|
|
"keywords": [
|
|
"modular arithmetics",
|
|
"crypto",
|
|
"prime",
|
|
"random",
|
|
"rng",
|
|
"prng",
|
|
"primality test",
|
|
"BigInt",
|
|
"angular",
|
|
"react"
|
|
],
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "Juan Hernández Serrano",
|
|
"email": "j.hernandez@upc.edu",
|
|
"url": "https://github.com/juanelas"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "gitea@git.lumeweb.com:LumeWeb/bigint-crypto-utils.git"
|
|
},
|
|
"engines": {
|
|
"node": ">=14.0.0"
|
|
},
|
|
"main": "lib/index.js",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@lumeweb/node-library-preset": "^0.2.7",
|
|
"presetter": "*"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/juanelas/bigint-crypto-utils/issues"
|
|
},
|
|
"readme": "ERROR: No README data found!",
|
|
"homepage": "https://github.com/juanelas/bigint-crypto-utils#readme",
|
|
"scripts": {
|
|
"prepare": "presetter bootstrap",
|
|
"build": "run build",
|
|
"semantic-release": "semantic-release"
|
|
},
|
|
"dependencies": {
|
|
"@lumeweb/bigint-mod-arith": "^1.0.0"
|
|
},
|
|
"files": [
|
|
"lib"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|