UNPKG

simple-ascii-chart

Version:
54 lines (53 loc) 1.47 kB
{ "name": "simple-ascii-chart", "version": "4.2.0", "description": "Simple ascii chart generator", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "start": "tsc-watch -p tsconfig.json --preserveWatchOutput -w --onSuccess 'node ./dist/index.js'", "examples": "tsc-watch -p tsconfig.json --preserveWatchOutput -w --onSuccess 'node ./dist/examples.js'", "lint": "eslint .", "lint:fix": "eslint . --fix", "test": "jest --coverage", "test:watch": "jest --watch", "build": "tsc -p tsconfig.build.json", "build:watch": "tsc -p tsconfig.build.json -w", "prepare": "npm test && npm run lint && npm run build" }, "devDependencies": { "@types/jest": "^29.5.12", "@types/node": "^22.7.9", "@typescript-eslint/eslint-plugin": "^8.11.0", "eslint": "^9.13.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-import": "^2.28.1", "jest": "^29.7.0", "prettier": "^3.3.2", "ts-jest": "^29.1.5", "tsc-watch": "^6.2.0", "typescript": "^5.5.3" }, "keywords": [ "ascii", "js", "ts", "chart", "line chart", "bar chart", "plot" ], "author": "gtktsc", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/gtktsc/ascii-chart.git" }, "bugs": { "url": "https://github.com/gtktsc/ascii-chart/issues" }, "homepage": "https://github.com/gtktsc/ascii-chart#readme", "files": [ "dist/**/*" ] }