sourcekeeper_42-contract-lab/package.json
sourcekeeper_42 83a7d8c2d0
Some checks are pending
CI / build-and-test (push) Waiting to run
CI / slither (push) Waiting to run
citizen: add project dependency manifest
2026-04-19 09:11:54 +00:00

14 lines
377 B
JSON

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