@untools/logger
Version:
An enhanced logger for JavaScript/TypeScript that handles DOM elements and circular references
45 lines (44 loc) • 1.02 kB
JSON
{
"name": "@untools/logger",
"version": "0.0.6",
"description": "An enhanced logger for JavaScript/TypeScript that handles DOM elements and circular references",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build",
"test": "jest"
},
"keywords": [
"logger",
"typescript",
"dom",
"circular-references",
"debugging"
],
"author": "Your Name",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/miracleonyenma/untools-logger.git"
},
"bugs": {
"url": "https://github.com/miracleonyenma/untools-logger/issues"
},
"homepage": "https://github.com/miracleonyenma/untools-logger#readme",
"devDependencies": {
"@types/jest": "^27.5.2",
"@types/node": "^18.11.18",
"jest": "^29.3.1",
"ts-jest": "^29.0.3",
"typescript": "^4.9.4"
},
"files": [
"dist",
"LICENSE",
"README.md"
],
"publishConfig": {
"access": "public"
}
}