|
1 | 1 | { |
2 | 2 | "name": "backlink-cache", |
3 | | - "version": "1.5.2", |
| 3 | + "version": "1.5.3", |
4 | 4 | "description": "Stores backlink cache to speed up `app.metadataCache.getBacklinksForFile`", |
5 | | - "scripts": { |
6 | | - "build": "tsx scripts/npmScriptExecutor.ts build", |
7 | | - "dev": "tsx scripts/npmScriptExecutor.ts dev", |
8 | | - "lint": "tsx scripts/npmScriptExecutor.ts lint", |
9 | | - "version": "tsx scripts/npmScriptExecutor.ts version", |
10 | | - "postversion": "tsx scripts/npmScriptExecutor.ts postversion", |
11 | | - "preversion": "tsx scripts/npmScriptExecutor.ts preversion" |
12 | | - }, |
13 | | - "keywords": [], |
14 | | - "author": "mnaoumov", |
15 | | - "license": "MIT", |
16 | | - "devDependencies": { |
17 | | - "@stylistic/eslint-plugin": "^2.3.0", |
18 | | - "@tsconfig/strictest": "^2.0.5", |
19 | | - "@types/eslint": "^8.56.10", |
20 | | - "@types/node": "^20.14.9", |
21 | | - "@types/obsidian-typings": "file:../obsidian-typings", |
22 | | - "@typescript-eslint/eslint-plugin": "^7.15.0", |
23 | | - "@typescript-eslint/parser": "^7.15.0", |
24 | | - "builtin-modules": "^4.0.0", |
25 | | - "esbuild": "^0.23.0", |
26 | | - "eslint": "^8.57.0", |
27 | | - "eslint-import-resolver-typescript": "^3.6.1", |
28 | | - "eslint-plugin-import": "^2.29.1", |
29 | | - "eslint-plugin-modules-newlines": "^0.0.7", |
30 | | - "globals": "^15.8.0", |
31 | | - "obsidian": "^1.5.7-1", |
32 | | - "tsx": "^4.16.2", |
33 | | - "obsidian-typings": "mnaoumov/obsidian-typings#main" |
34 | | - }, |
35 | | - "type": "module" |
| 5 | + "scripts": { |
| 6 | + "build": "tsx scripts/npmScriptExecutor.ts build", |
| 7 | + "dev": "tsx scripts/npmScriptExecutor.ts dev", |
| 8 | + "lint": "tsx scripts/npmScriptExecutor.ts lint", |
| 9 | + "version": "tsx scripts/npmScriptExecutor.ts version", |
| 10 | + "postversion": "tsx scripts/npmScriptExecutor.ts postversion", |
| 11 | + "preversion": "tsx scripts/npmScriptExecutor.ts preversion" |
| 12 | + }, |
| 13 | + "keywords": [], |
| 14 | + "author": "mnaoumov", |
| 15 | + "license": "MIT", |
| 16 | + "devDependencies": { |
| 17 | + "@stylistic/eslint-plugin": "^2.3.0", |
| 18 | + "@tsconfig/strictest": "^2.0.5", |
| 19 | + "@types/eslint": "^8.56.10", |
| 20 | + "@types/node": "^20.14.9", |
| 21 | + "@types/obsidian-typings": "file:../obsidian-typings", |
| 22 | + "@typescript-eslint/eslint-plugin": "^7.15.0", |
| 23 | + "@typescript-eslint/parser": "^7.15.0", |
| 24 | + "builtin-modules": "^4.0.0", |
| 25 | + "esbuild": "^0.23.0", |
| 26 | + "eslint": "^8.57.0", |
| 27 | + "eslint-import-resolver-typescript": "^3.6.1", |
| 28 | + "eslint-plugin-import": "^2.29.1", |
| 29 | + "eslint-plugin-modules-newlines": "^0.0.7", |
| 30 | + "globals": "^15.8.0", |
| 31 | + "obsidian": "^1.5.7-1", |
| 32 | + "tsx": "^4.16.2", |
| 33 | + "obsidian-typings": "mnaoumov/obsidian-typings#main" |
| 34 | + }, |
| 35 | + "type": "module" |
36 | 36 | } |
0 commit comments