mirror of
https://github.com/onlyworlds/obsidian-plugin.git
synced 2026-07-22 11:00:31 +00:00
36 lines
No EOL
985 B
JSON
36 lines
No EOL
985 B
JSON
{
|
|
"name": "onlyworlds-obsidian-plugin",
|
|
"version": "2.2.1",
|
|
"description": "Obsidian plugin for the OnlyWorlds worldbuilding framework",
|
|
"main": "main.js",
|
|
"type": "module",
|
|
"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",
|
|
"lint": "eslint ."
|
|
},
|
|
"keywords": [],
|
|
"author": "Titus",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@eslint/js": "9.30.1",
|
|
"@eslint/json": "0.14.0",
|
|
"@types/node": "^16.11.6",
|
|
"@types/uuid": "^10.0.0",
|
|
"esbuild": "0.25.5",
|
|
"eslint": "^9.30.1",
|
|
"eslint-plugin-obsidianmd": "0.1.9",
|
|
"globals": "14.0.0",
|
|
"jiti": "2.6.1",
|
|
"tslib": "2.4.0",
|
|
"typescript": "^5.8.3",
|
|
"typescript-eslint": "8.35.1"
|
|
},
|
|
"dependencies": {
|
|
"@onlyworlds/sdk": "^2.2.2",
|
|
"handlebars": "^4.7.8",
|
|
"obsidian": "latest",
|
|
"uuid": "^10.0.0"
|
|
}
|
|
} |