wishthis/node_modules/better-console/package.json

23 lines
423 B
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"name": "better-console",
"version": "1.0.1",
"description": "A better console for Node.js",
"main": "index.js",
"scripts": {
"test": "node test.js"
2022-02-23 16:41:13 +00:00
},
2022-04-08 10:55:35 +00:00
"repository": {
"type": "git",
"url": "git://github.com/mohsen1/better-console"
2022-01-21 08:28:41 +00:00
},
"keywords": [
"console"
],
2022-04-08 10:55:35 +00:00
"author": "Mohsen Azimi",
2022-01-21 08:28:41 +00:00
"license": "BSD",
2022-04-08 10:55:35 +00:00
"dependencies": {
"chalk": "^1.1.3",
"cli-table": "~0.3.1"
}
2022-01-21 08:28:41 +00:00
}