{
    "name": "@weichwarenprojekt/license-reporter",
    "version": "1.0.0",
    "description": "A tool that analyzes node modules and extracts the license information into a json file that can be used for rendering the third party software.",
    "scripts": {
        "build": "node esbuild.js && tsc --emitDeclarationOnly",
        "cli": "ts-node src/index.ts",
        "bundledCli": "node dist/license-reporter.js",
        "test": "npm run build && jest",
        "coverage": "npm run build && jest --coverage",
        "prepublishOnly": "npm run build"
    },
    "bin": "./dist/license-reporter.js",
    "main": "./dist/license-reporter.js",
    "types": "./dist/index.d.ts",
    "repository": {
        "type": "git",
        "url": "git+https://github.com/Weichwarenprojekt/license-reporter.git"
    },
    "author": "Weichwarenprojekt <info@weichwarenprojekt.de> (https://weichwarenprojekt.de/)",
    "contributors": [
        "Tim Niederer <tim.niederer@weichwarenprojekt.de> (https://weichwarenprojekt.de/)"
    ],
    "license": "MIT",
    "bugs": {
        "url": "https://github.com/Weichwarenprojekt/license-reporter/issues"
    },
    "homepage": "https://github.com/Weichwarenprojekt/license-reporter#readme",
    "keywords": [
        "license",
        "release",
        "MIT",
        "CI",
        "CD",
        "CLI"
    ],
    "dependencies": {
        "@weichwarenprojekt/ts-importer": "^0.1.7",
        "chalk": "^4.1.2",
        "commander": "^11.1.0",
        "glob": "^10.3.10"
    },
    "devDependencies": {
        "@jest/globals": "^29.7.0",
        "@types/glob": "^8.1.0",
        "@types/node": "^20.10.4",
        "@typescript-eslint/eslint-plugin": "^6.14.0",
        "@weichwarenprojekt/configuration": "^0.2.0",
        "@weichwarenprojekt/wersion": "^1.2.1",
        "esbuild": "^0.19.9",
        "eslint": "^8.56.0",
        "eslint-config-prettier": "^9.1.0",
        "eslint-plugin-prettier": "^5.0.1",
        "jest": "^29.7.0",
        "prettier": "^3.1.1",
        "ts-jest": "^29.1.1",
        "ts-node": "^10.9.2",
        "typescript": "^5.3.3"
    }
}
