stracker-phil_obsidian-ment.../package.json

46 lines
1.2 KiB
JSON
Raw Normal View History

{
2024-02-09 22:30:30 +00:00
"name": "obsidian-mention-things",
2025-04-13 18:19:05 +00:00
"version": "1.0.2",
"description": "Define a list of prefixes to trigger an autocomplete suggestion to insert a link",
2024-02-09 22:30:30 +00:00
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
2026-02-25 17:22:51 +00:00
"version": "node version-bump.mjs && git add manifest.json versions.json",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"
},
"keywords": [],
2026-02-25 17:22:51 +00:00
"author": "Philipp Stracker",
"license": "MIT",
2024-02-09 22:30:30 +00:00
"repository": {
"type": "git",
"url": "git+https://github.com/stracker-phil/obsidian-mention-things.git"
},
"contributors": [
{
"name": "Tobias Davis",
"email": "tobias@davistobias.com",
"url": "https://davistobias.com"
}
],
"bugs": {
"url": "https://github.com/stracker-phil/obsidian-mention-things/issues"
},
"devDependencies": {
2026-02-25 17:22:51 +00:00
"@types/jest": "^29.5.14",
"@types/node": "^16.11.6",
"@typescript-eslint/eslint-plugin": "5.29.0",
"@typescript-eslint/parser": "5.29.0",
"builtin-modules": "3.3.0",
2026-02-25 17:22:51 +00:00
"esbuild": "0.25",
"fs-extra": "^11.3.0",
2026-02-25 17:22:51 +00:00
"jest": "^29.7.0",
"obsidian": "latest",
2026-02-25 17:22:51 +00:00
"ts-jest": "^29.4.6",
"tslib": "2.4.0",
"typescript": "4.7.4"
}
}