ansi-chart
Version:
A lightweight and simple tool for rendering beautiful charts directly in your terminal using only ANSI-compatible ASCII characters. Create bar charts, line graphs, and more with customizable styles, all without external dependencies. Perfect for CLI appli
54 lines (53 loc) • 1.64 kB
JSON
{
"name": "ansi-chart",
"version": "0.0.5",
"description": "A lightweight and simple tool for rendering beautiful charts directly in your terminal using only ANSI-compatible ASCII characters. Create bar charts, line graphs, and more with customizable styles, all without external dependencies. Perfect for CLI applications, monitoring scripts, or just adding some visual flair to your terminal outputs!",
"scripts": {
"start": "npm run build && node dist/index.js",
"start:dev": "ts-node src/index.ts",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ArioAtlas/ansi-chart.git"
},
"keywords": [
"ansii",
"terminal",
"chart",
"graph",
"visual",
"line"
],
"author": {
"name": "Omid Golshan",
"email": "omid.gt21@gmail.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ArioAtlas/ansi-chart/issues"
},
"homepage": "https://github.com/ArioAtlas/ansi-chart#readme",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"devDependencies": {
"@types/asciichart": "^1.5.8",
"@types/clear": "^0.1.4",
"@types/lodash": "^4.17.14",
"@types/node": "^22.10.10",
"@typescript-eslint/eslint-plugin": "^8.0.0",
"@typescript-eslint/parser": "^8.0.0",
"eslint": "^8.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.7.3"
},
"dependencies": {
"asciichart": "^1.5.25",
"chalk": "4.1.2",
"ervy": "^1.0.7"
}
}