UNPKG

bananareporter

Version:

Easily generate a report from multiple sources

90 lines 2.24 kB
{ "name": "bananareporter", "version": "0.4.4", "description": "Easily generate a report from multiple sources", "author": "nya1", "bin": { "bananareporter": "./bin/run" }, "homepage": "https://github.com/nya1/bananareporter", "license": "MIT", "main": "dist/index.js", "repository": "nya1/bananareporter", "files": [ "/bin", "/dist", "/npm-shrinkwrap.json", "/oclif.manifest.json" ], "dependencies": { "@lggruspe/todo-txt-parser": "^1.1.1", "@oclif/core": "^2", "@oclif/plugin-help": "^5", "axios": "^1.3.4", "dayjs": "^1.11.7", "js-yaml": "^4.1.0", "lodash": "^4.17.21", "object-path": "^0.11.8", "papaparse": "^5.4.1", "shelljs": "^0.8.5", "winston": "^3.8.2", "zod": "^3.21.4" }, "devDependencies": { "@oclif/test": "^2.3.13", "@types/chai": "^4", "@types/js-yaml": "^4.0.5", "@types/mocha": "^9.1.1", "@types/node": "^18.15.9", "@types/node-fetch": "^2.6.2", "@types/object-path": "^0.11.1", "@types/papaparse": "^5.3.7", "@types/shelljs": "^0.8.12", "chai": "^4", "eslint": "^7.32.0", "eslint-config-oclif": "^4", "eslint-config-oclif-typescript": "^1.0.3", "mocha": "^9", "oclif": "^3", "shx": "^0.3.4", "ts-node": "^10.9.1", "tslib": "^2.5.0", "typescript": "^4.9.5" }, "oclif": { "bin": "bananareporter", "dirname": "bananareporter", "default": "run", "commands": "./dist/commands", "plugins": [ "@oclif/plugin-help" ], "topicSeparator": " ", "topics": { "run": { "description": "Run reporter" } } }, "scripts": { "build": "shx rm -rf dist && tsc -b", "lint": "eslint . --ext .ts --config .eslintrc", "postpack": "shx rm -f oclif.manifest.json", "posttest": "yarn lint", "prepack": "yarn build && oclif manifest && oclif readme", "test": "mocha --forbid-only \"test/**/*.test.ts\"", "version": "oclif readme && git add README.md" }, "engines": { "node": ">=12.0.0" }, "bugs": "https://github.com/nya1/bananareporter/issues", "keywords": [ "report", "banana", "reporter", "export", "oclif" ], "types": "dist/index.d.ts" }