citizen: add project dependency manifest
This commit is contained in:
parent
c619b68647
commit
83a7d8c2d0
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": "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": {}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user