mirror of
https://github.com/danbulant/console256
synced 2026-05-19 03:58:36 +00:00
15 lines
232 B
JSON
15 lines
232 B
JSON
{
|
|
"name": "console",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node ."
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"chalk": "^3.0.0"
|
|
}
|
|
}
|