jsm-treeify
Version:
A library to display JavaScript objects as colorized, tree-like structures in the console.
48 lines (47 loc) • 1.15 kB
JSON
{
"name": "jsm-treeify",
"version": "1.0.69",
"description": "A library to display JavaScript objects as colorized, tree-like structures in the console.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*"
],
"scripts": {
"build": "tsc",
"prepare": "npm run build",
"pretest": "npm run build",
"push": "git add . && git commit -m 'update' && git push",
"up": "npm version patch && npm publish",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reevosolutions/jsm-treeify.git"
},
"keywords": [
"tree",
"console",
"visualization",
"object",
"colorized",
"ansi",
"debug",
"utility"
],
"author": "Salmi Ahmed <reevo.solutions@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/reevosolutions/jsm-treeify/issues"
},
"homepage": "https://github.com/reevosolutions/jsm-treeify#readme",
"dependencies": {
"ansi-code": "^1.0.2"
},
"devDependencies": {
"typescript": "^5.x"
},
"publishConfig": {
"access": "public"
}
}