14 lines
377 B
JSON
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": {}
|
|
}
|