20 lines
423 B
JSON
20 lines
423 B
JSON
{
|
|
"name": "metaltest",
|
|
"version": "1.4.0",
|
|
"description": "Clone of baretest with reporting",
|
|
"type": "module",
|
|
"exports": "./index.js",
|
|
"scripts": {
|
|
"test": "node suite.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.3.0"
|
|
}
|
|
}
|