UNPKG

@apistudio/apim-cli

Version:

CLI for API Management Products

28 lines (27 loc) 609 B
{ "name": "@apic/studio-logger", "version": "12.0.0-9", "description": "", "main": "dist/index.js", "type": "module", "scripts": { "build": "tsc", "test": "jest", "test-coverage": "jest --coverage" }, "author": "", "license": "ISC", "dependencies": { "winston": "^3.13.0", "winston-daily-rotate-file": "^5.0.0" }, "devDependencies": { "@types/jest": "^29.5.12", "@typescript-eslint/eslint-plugin": "^7.2.0", "@typescript-eslint/parser": "^7.2.0", "eslint": "^8.57.0", "jest": "^29.7.0", "ts-jest": "^29.1.2", "typescript": "^5.4.2" } }