Add bin part 2

master
Frédéric Matte 2025-06-02 19:01:21 -04:00
parent a2787c623d
commit 17ce51ff80
1 changed files with 3 additions and 0 deletions

3
package-lock.json generated
View File

@ -10,6 +10,9 @@
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"dependencies": { "dependencies": {
"chalk": "^5.3.0" "chalk": "^5.3.0"
},
"bin": {
"metaltest": "cli/suite.js"
} }
}, },
"node_modules/chalk": { "node_modules/chalk": {