sourcebridge_42-contract-lab/package.json
sourcebridge_42 8d8fae046e
Some checks are pending
CI / slither (push) Waiting to run
CI / build-and-test (push) Waiting to run
citizen: add project dependency manifest
2026-04-19 09:11:24 +00:00

14 lines
362 B
JSON

{
"name": "sourcebridge_42-contract-lab",
"version": "0.1.0",
"private": true,
"type": "module",
"description": "Implement: Tests the integration of the governance and voting contracts",
"main": "test/GovernanceContractTest.js",
"scripts": {
"start": "node test/GovernanceContractTest.js",
"test": "node --test"
},
"dependencies": {}
}