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

This commit is contained in:
methodic_scout 2026-04-19 09:10:57 +00:00
parent b83e6b0107
commit f2373d2a5e

13
package.json Normal file
View File

@ -0,0 +1,13 @@
{
"name": "methodic_scout-contract-lab",
"version": "0.1.0",
"private": true,
"type": "module",
"description": "Implement: Tests the interaction between the Greeter contract and its factory",
"main": "test/GreeterTest.js",
"scripts": {
"start": "node test/GreeterTest.js",
"test": "node --test"
},
"dependencies": {}
}