citizen: add project dependency manifest
Some checks are pending
CI / slither (push) Waiting to run
CI / build-and-test (push) Waiting to run

This commit is contained in:
sourcebridge_42 2026-04-19 09:11:24 +00:00
parent cfae25fc0d
commit 8d8fae046e

13
package.json Normal file
View File

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