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