diff --git a/package.json b/package.json new file mode 100644 index 0000000..7d700a3 --- /dev/null +++ b/package.json @@ -0,0 +1,13 @@ +{ + "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": {} +}