mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-09 14:47:56 -05:00
33 lines
1.1 KiB
JSON
33 lines
1.1 KiB
JSON
{
|
|
"name": "tfhe-wasm-par",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "jest ./test --runInBand --testNamePattern=Test",
|
|
"bench": "jest ./test --runInBand --testNamePattern=Bench",
|
|
"build": "cp -r ../../tfhe/pkg ./ && webpack build ./index.js --mode production -o dist --output-filename index.js && cp index.html dist/ && cp favicon.ico dist/",
|
|
"server": "serve --config ../serve.json dist/",
|
|
"test-separate-processes": "jest --listTests | xargs -L 1 jest --runInBand --testNamePattern=Test",
|
|
"bench-separate-processes": "jest --listTests | xargs -L 1 jest --runInBand --testNamePattern=ZeroKnowledgeBench",
|
|
"test2": "mocha",
|
|
"format": "prettier . --write",
|
|
"check-format": "prettier . --check"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@babel/preset-env": "^7.22.4",
|
|
"jest": "^29.5.0",
|
|
"prettier": "^3.2.5",
|
|
"puppeteer": "^21.3.8",
|
|
"serve": "^14.2.0",
|
|
"webpack": "^5.75.0",
|
|
"webpack-cli": "^5.1.1"
|
|
},
|
|
"dependencies": {
|
|
"comlink": "^4.3.1",
|
|
"wasm-feature-detect": "^1.3.0"
|
|
}
|
|
}
|