mirror of
https://github.com/wishthis/wishthis.git
synced 2025-12-27 01:08:21 -05:00
23 lines
435 B
JSON
23 lines
435 B
JSON
{
|
|
"name": "@fomantic/better-console",
|
|
"version": "1.0.2",
|
|
"description": "A better console for Node.js",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "node test.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/fomantic/better-console"
|
|
},
|
|
"keywords": [
|
|
"console"
|
|
],
|
|
"author": "Mohsen Azimi",
|
|
"license": "BSD",
|
|
"dependencies": {
|
|
"chalk": "^4.1.2",
|
|
"cli-table": "^0.3.11"
|
|
}
|
|
}
|