mirror of
https://github.com/czottmann/obsidian-logstravaganza.git
synced 2026-07-22 08:00:25 +00:00
27 lines
810 B
JSON
27 lines
810 B
JSON
{
|
|
"name": "logstravaganza",
|
|
"version": "2.3.0",
|
|
"description": "A simple proxy for `console.*()` calls which copies log messages and uncaught exceptions to a note or file.",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"dev": "node esbuild.config.mjs",
|
|
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production"
|
|
},
|
|
"keywords": [],
|
|
"author": "Carlo Zottmann",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/node": "^24.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^8.47.0",
|
|
"@typescript-eslint/parser": "^8.47.0",
|
|
"brace-expansion": ">=1.1.12",
|
|
"builtin-modules": "^3.3.0",
|
|
"cross-spawn": ">=7.0.5",
|
|
"esbuild": "^0.25.0",
|
|
"eslint": "^9.26.0",
|
|
"js-yaml": ">=4.1.1",
|
|
"obsidian": "^1.8.0",
|
|
"tslib": "2.5.2",
|
|
"typescript": "^5.9.0"
|
|
}
|
|
}
|