2023-08-17 02:21:48 +00:00
|
|
|
{
|
2024-02-09 22:30:30 +00:00
|
|
|
"name": "obsidian-mention-things",
|
2025-04-13 18:19:05 +00:00
|
|
|
"version": "1.0.2",
|
2025-03-18 19:43:54 +00:00
|
|
|
"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",
|
2025-03-18 19:43:54 +00:00
|
|
|
"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"
|
2025-03-18 19:43:54 +00:00
|
|
|
},
|
|
|
|
|
"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"
|
|
|
|
|
},
|
2025-03-18 19:43:54 +00:00
|
|
|
"devDependencies": {
|
2026-02-25 17:22:51 +00:00
|
|
|
"@types/jest": "^29.5.14",
|
2025-03-18 19:43:54 +00:00
|
|
|
"@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",
|
2025-03-18 19:43:54 +00:00
|
|
|
"fs-extra": "^11.3.0",
|
2026-02-25 17:22:51 +00:00
|
|
|
"jest": "^29.7.0",
|
2025-03-18 19:43:54 +00:00
|
|
|
"obsidian": "latest",
|
2026-02-25 17:22:51 +00:00
|
|
|
"ts-jest": "^29.4.6",
|
2025-03-18 19:43:54 +00:00
|
|
|
"tslib": "2.4.0",
|
|
|
|
|
"typescript": "4.7.4"
|
|
|
|
|
}
|
2023-08-17 02:21:48 +00:00
|
|
|
}
|