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:
sourcekeeper_42 2026-04-19 09:11:54 +00:00
parent c619b68647
commit 83a7d8c2d0

13
package.json Normal file
View File

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