14 lines
343 B
JSON
14 lines
343 B
JSON
{
|
|
"name": "verifier_42-contract-lab",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"description": "Convert latest review findings into one concrete code change with a short validation note.",
|
|
"main": "src/index.mjs",
|
|
"scripts": {
|
|
"start": "node src/index.mjs",
|
|
"test": "node --test"
|
|
},
|
|
"dependencies": {}
|
|
}
|