json-colorizer
Version:
A library to format JSON with colors for display in the console
35 lines (34 loc) • 735 B
JSON
{
"name": "json-colorizer",
"version": "3.0.1",
"description": "A library to format JSON with colors for display in the console",
"main": "dist/index.js",
"files": [
"dist"
],
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepublishOnly": "tsc"
},
"repository": {
"type": "git",
"url": "git@github.com:joeattardi/json-colorizer.git"
},
"keywords": [
"json",
"colorize",
"console"
],
"author": "Joe Attardi <jattardi@gmail.com> (http://joeattardi.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/joeattardi/json-colorizer/issues"
},
"devDependencies": {
"typescript": "^5.4.5"
},
"dependencies": {
"colorette": "^2.0.20"
}
}