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