mirror of
https://github.com/zama-ai/fhevm-solidity.git
synced 2026-05-09 03:00:27 -04:00
32 lines
893 B
JSON
32 lines
893 B
JSON
{
|
|
"name": "zbc-solidity",
|
|
"description": "A Solidity library for interacting with the Zama Blockchain",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"example": "examples",
|
|
"lib": "lib"
|
|
},
|
|
"scripts": {
|
|
"codegen": "cd ./lib && python ../codegen/codegen.py && npm run prettier && cd ..",
|
|
"lint": "prettier --list-different '**/*.sol'",
|
|
"prettier": "prettier --write '**/*.sol'",
|
|
"test": "python demo_test.py"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/zama-ai/zbc-solidity.git"
|
|
},
|
|
"author": "",
|
|
"license": "BSD-3-Clause-Clear",
|
|
"bugs": {
|
|
"url": "https://github.com/zama-ai/zbc-solidity/issues"
|
|
},
|
|
"homepage": "https://github.com/zama-ai/zbc-solidity#readme",
|
|
"devDependencies": {
|
|
"@openzeppelin/contracts": "^4.9.0",
|
|
"prettier": "^2.8.8",
|
|
"prettier-plugin-solidity": "^1.1.3"
|
|
}
|
|
}
|