20 lines
422 B
JSON
20 lines
422 B
JSON
|
{
|
||
|
"name": "metaltest",
|
||
|
"version": "1.0.0",
|
||
|
"description": "Clone of baretest with reporting",
|
||
|
"type": "module",
|
||
|
"exports": "./index.js",
|
||
|
"scripts": {
|
||
|
"test": "node test.js"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://git.tranche.ca/fmatte/metaltest"
|
||
|
},
|
||
|
"author": "Frédéric Matte <fmatte@gmail.com>",
|
||
|
"license": "AGPL-3.0-or-later",
|
||
|
"dependencies": {
|
||
|
"chalk": "^5.1.2"
|
||
|
}
|
||
|
}
|