mirror of
https://github.com/CryptKeeperZK/ffjavascript.git
synced 2026-01-11 00:57:55 -05:00
51 lines
1.2 KiB
JSON
51 lines
1.2 KiB
JSON
{
|
|
"name": "@cryptkeeperzk/ffjavascript",
|
|
"type": "module",
|
|
"version": "0.2.60",
|
|
"description": "Finite Field Library in Javascript, is a forked version from the main iden3/ffjavascript repo to make it work with Cryptkeeper Browser Extension",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"main": "./build/main.cjs",
|
|
"module": "./main.js",
|
|
"exports": {
|
|
"import": "./main.js",
|
|
"require": "./build/main.cjs"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha",
|
|
"build": "rollup -c rollup.cjs.config.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/iden3/ffjavascript.git"
|
|
},
|
|
"keywords": [
|
|
"Finite",
|
|
"Field",
|
|
"Javascript",
|
|
"Snark",
|
|
"Cryptography",
|
|
"Library"
|
|
],
|
|
"author": "Jordi Baylina",
|
|
"license": "GPL-3.0",
|
|
"bugs": {
|
|
"url": "https://github.com/iden3/ffjavascript/issues"
|
|
},
|
|
"homepage": "https://github.com/iden3/ffjs#readme",
|
|
"dependencies": {
|
|
"base64-js": "^1.5.1",
|
|
"wasmbuilder": "0.0.16",
|
|
"wasmcurves": "0.2.2",
|
|
"web-worker": "^1.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"blake2b": "^2.1.3",
|
|
"chai": "^4.2.0",
|
|
"eslint": "^8.0.1",
|
|
"mocha": "^10.0.0",
|
|
"rollup": "^2.38.5"
|
|
}
|
|
}
|