goofy-cookie-cli
Version:
A goofy cookie-themed CLI for fun
26 lines (25 loc) • 452 B
JSON
{
"name": "goofy-cookie-cli",
"version": "1.0.3",
"description": "A goofy cookie-themed CLI for fun",
"main": "index.js",
"bin": {
"cookie": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cookie",
"cli",
"fun",
"terminal",
"goofy"
],
"author": "Afra Anjum",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"chalk": "^4.1.2"
}
}