Files
tfhe-rs/tfhe/js_on_wasm_tests/package.json
2025-01-10 16:09:04 +01:00

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"
}