metaltest/package.json

20 lines
422 B
JSON
Raw Normal View History

2022-11-08 22:29:58 -05:00
{
"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"
}
}