UNPKG

aem-debugging-cli

Version:
48 lines (47 loc) 1.14 kB
{ "name": "aem-debugging-cli", "version": "1.0.0", "description": "", "main": "./dist/main.js", "module": "./dist/main.js", "files": [ "dist/" ], "scripts": { "test": "jest", "lint": "eslint src/**/*.ts", "build": "tsc --outDir dist", "build:watch": "tsc --watch --outDir dist", "prepublish": "tsc --outDir dist" }, "repository": { "type": "git", "url": "git+https://github.com/pat-lego/js-log-file-reader.git" }, "keywords": [ "nodejs", "logfiles", "analysis" ], "author": "Pat Legault", "license": "ISC", "bugs": { "url": "https://github.com/pat-lego/js-log-file-reader/issues" }, "homepage": "https://github.com/pat-lego/js-log-file-reader#readme", "devDependencies": { "@types/jest": "^28.1.4", "@typescript-eslint/eslint-plugin": "^5.30.5", "@typescript-eslint/parser": "^5.30.5", "jest": "^28.1.2", "ts-jest": "^28.0.5" }, "dependencies": { "chalk": "^4.1.2", "commander": "^9.3.0", "console-table-printer": "^2.11.0", "eslint": "^8.19.0", "properties-file": "^2.0.5", "typescript": "^4.7.4" } }