mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-09 14:47:56 -05:00
17 lines
358 B
JSON
17 lines
358 B
JSON
{
|
|
"name": "js_on_wasm_tests",
|
|
"version": "1.0.0",
|
|
"description": "JS API tests",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "node --test --test-reporter=tap",
|
|
"format": "prettier . --write",
|
|
"check-format": "prettier . --check"
|
|
},
|
|
"devDependencies": {
|
|
"prettier": "^3.3.3"
|
|
},
|
|
"author": "",
|
|
"license": "BSD-3-Clause-Clear"
|
|
}
|