UNPKG

@shakilhossainp/ezylogger

Version:

A brief description of your package and what it does.

46 lines (45 loc) 1.18 kB
{ "name": "@shakilhossainp/ezylogger", "version": "1.0.1", "main": "./dist/index.js", "type": "module", "scripts": { "clean": "del /s /q dist && rmdir /s /q dist", "build": "tsc", "prepublishOnly": "npm run clean && npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/shakilhossain-cse/ezylogger.git" }, "keywords": [ "ezylogger", "logger", "cloud-logger" ], "author": "shakil", "license": "MIT", "bugs": { "url": "https://github.com/shakilhossain-cse/ezylogger/issues" }, "homepage": "https://github.com/shakilhossain-cse/ezylogger#readme", "description": "", "devDependencies": { "@babel/cli": "^7.24.8", "@babel/core": "^7.25.2", "@babel/preset-env": "^7.25.3", "@eslint/js": "^9.9.0", "@types/node": "^22.4.1", "@typescript-eslint/eslint-plugin": "^8.2.0", "@typescript-eslint/parser": "^8.2.0", "eslint": "^9.9.0", "eslint-plugin-prettier": "^5.2.1", "globals": "^15.9.0", "prettier": "^3.3.3", "typescript": "^5.5.4", "typescript-eslint": "^8.2.0" }, "dependencies": { "@shakilhossainp/ezylogger": "^1.0.0" } }