mirror of
https://github.com/zkitter/ffjavascript.git
synced 2026-01-09 23:18:02 -05:00
47 lines
998 B
JSON
47 lines
998 B
JSON
{
|
|
"name": "ffjavascript",
|
|
"type": "module",
|
|
"version": "0.2.38",
|
|
"description": "Finite Field Library in Javascript",
|
|
"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": {
|
|
"big-integer": "^1.6.48",
|
|
"wasmcurves": "0.0.14",
|
|
"web-worker": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"blake2b": "^2.1.3",
|
|
"chai": "^4.2.0",
|
|
"eslint": "^6.8.0",
|
|
"mocha": "^8.2.1",
|
|
"rollup": "^2.38.5"
|
|
}
|
|
}
|