mirror of
https://github.com/tea0s/multimuse-tracker.git
synced 2026-07-22 17:30:26 +00:00
- Ribbon "New Scene" button - added initilalization to the settings pane - Fixed the long standing bug of new scene command breaking the front matter of a file if the file was active when doing the wizard
23 lines
674 B
JSON
23 lines
674 B
JSON
{
|
|
"name": "multimuse-tracker",
|
|
"version": "1.11.1",
|
|
"description": "MultiMuse bot integration for tracking Discord threads and sending messages as muses",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"dev": "node esbuild.config.mjs",
|
|
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
|
|
"version": "node version-bump.mjs && git add manifest.json versions.json"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/node": "^16.11.6",
|
|
"@typescript-eslint/eslint-plugin": "5.29.0",
|
|
"@typescript-eslint/parser": "5.29.0",
|
|
"esbuild": "^0.28.0",
|
|
"obsidian": "latest",
|
|
"tslib": "2.4.0",
|
|
"typescript": "4.7.4"
|
|
}
|
|
}
|