stracker-phil_obsidian-ment.../package.json
Philipp Stracker b76453002a
🚀 Bump version
2025-04-13 20:19:05 +02:00

38 lines
1 KiB
JSON

{
"name": "obsidian-mention-things",
"version": "1.0.2",
"description": "Define a list of prefixes to trigger an autocomplete suggestion to insert a link",
"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": [],
"repository": {
"type": "git",
"url": "git+https://github.com/stracker-phil/obsidian-mention-things.git"
},
"author": "Philipp Stracker",
"contributors": [
{
"name": "Tobias Davis",
"email": "tobias@davistobias.com",
"url": "https://davistobias.com"
}
],
"bugs": {
"url": "https://github.com/stracker-phil/obsidian-mention-things/issues"
},
"devDependencies": {
"@types/node": "^16.11.6",
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"builtin-modules": "3.3.0",
"esbuild": "0.17.3",
"fs-extra": "^11.3.0",
"obsidian": "latest",
"tslib": "2.4.0",
"typescript": "4.7.4"
}
}