citizen: add project dependency manifest
This commit is contained in:
parent
19b25e3371
commit
2b46c1f705
13
package.json
Normal file
13
package.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "sourcekeeper_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": {}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user