console256/package.json
2020-03-13 22:29:54 +01:00

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"
}
}