|
1 | 1 | { |
2 | | - "name": "obsidian-meta-bind-plugin", |
3 | | - "version": "0.8.0", |
4 | | - "description": "This plugin can create input fields inside your notes and bind them to metadata fields.", |
5 | | - "main": "main.js", |
6 | | - "scripts": { |
7 | | - "dev": "bun run esbuild.dev.config.mjs", |
8 | | - "build": "tsc -noEmit -skipLibCheck && bun run esbuild.config.mjs production", |
9 | | - "dev-publish": "bun run esbuild.publish.config.mjs", |
10 | | - "build-publish": "tsc -noEmit -skipLibCheck && node esbuild.publish.config.mjs production", |
11 | | - "tsc": "tsc -noEmit -skipLibCheck", |
12 | | - "test": "bun test", |
13 | | - "test:log": "LOG_TESTS=true bun test", |
14 | | - "format": "prettier --write --plugin prettier-plugin-svelte .", |
15 | | - "format:check": "prettier --check --plugin prettier-plugin-svelte .", |
16 | | - "lint": "eslint --max-warnings=0 src/**", |
17 | | - "lint:fix": "eslint --max-warnings=0 --fix src/**", |
18 | | - "types": "tsc -p \"./tsconfig.types.json\"", |
19 | | - "check": "bun run format:check && bun run lint && bun run tsc && bun run test", |
20 | | - "check:fix": "bun run format && bun run lint:fix && bun run tsc && bun run test", |
21 | | - "release": "bun run automation/release.ts" |
22 | | - }, |
23 | | - "keywords": [], |
24 | | - "author": "Moritz Jung", |
25 | | - "license": "GPL-3.0", |
26 | | - "devDependencies": { |
27 | | - "@codemirror/lang-javascript": "^6.2.1", |
28 | | - "@codemirror/language": "^6.9.2", |
29 | | - "@codemirror/state": "^6.3.1", |
30 | | - "@codemirror/view": "^6.22.0", |
31 | | - "@happy-dom/global-registrator": "^12.10.3", |
32 | | - "@tsconfig/svelte": "^5.0.0", |
33 | | - "@types/ungap__structured-clone": "^0.3.0", |
34 | | - "@types/web": "^0.0.119", |
35 | | - "@typescript-eslint/eslint-plugin": "^6.0.0", |
36 | | - "@typescript-eslint/parser": "^6.0.0", |
37 | | - "builtin-modules": "^3.3.0", |
38 | | - "bun-types": "1.0.11", |
39 | | - "esbuild": "^0.19.5", |
40 | | - "esbuild-plugin-copy-watch": "^2.0.0", |
41 | | - "esbuild-svelte": "^0.8.0", |
42 | | - "eslint": "^8.52.0", |
43 | | - "eslint-plugin-import": "^2.28.1", |
44 | | - "eslint-plugin-isaacscript": "^3.5.6", |
45 | | - "eslint-plugin-only-warn": "^1.1.0", |
46 | | - "obsidian": "latest", |
47 | | - "obsidian-dataview": "0.5.56", |
48 | | - "prettier": "^3.0.3", |
49 | | - "prettier-plugin-svelte": "^3.0.3", |
50 | | - "string-argv": "^0.3.2", |
51 | | - "svelte": "^4.2.0", |
52 | | - "svelte-preprocess": "^5.0.4", |
53 | | - "tslib": "2.6.2", |
54 | | - "typescript": "^5.2.2" |
55 | | - }, |
56 | | - "dependencies": { |
57 | | - "@lemons_dev/parsinom": "^0.0.11", |
58 | | - "itertools-ts": "^1.27.0", |
59 | | - "mathjs": "^12.0.0", |
60 | | - "zod": "^3.22.4" |
61 | | - } |
| 2 | + "name": "obsidian-meta-bind-plugin", |
| 3 | + "version": "0.8.0", |
| 4 | + "description": "This plugin can create input fields inside your notes and bind them to metadata fields.", |
| 5 | + "main": "main.js", |
| 6 | + "scripts": { |
| 7 | + "dev": "bun run esbuild.dev.config.mjs", |
| 8 | + "build": "tsc -noEmit -skipLibCheck && bun run esbuild.config.mjs production", |
| 9 | + "dev-publish": "bun run esbuild.publish.config.mjs", |
| 10 | + "build-publish": "tsc -noEmit -skipLibCheck && node esbuild.publish.config.mjs production", |
| 11 | + "tsc": "tsc -noEmit -skipLibCheck", |
| 12 | + "test": "bun test", |
| 13 | + "test:log": "LOG_TESTS=true bun test", |
| 14 | + "format": "prettier --write --plugin prettier-plugin-svelte .", |
| 15 | + "format:check": "prettier --check --plugin prettier-plugin-svelte .", |
| 16 | + "lint": "eslint --max-warnings=0 src/**", |
| 17 | + "lint:fix": "eslint --max-warnings=0 --fix src/**", |
| 18 | + "types": "tsc -p \"./tsconfig.types.json\"", |
| 19 | + "check": "bun run format:check && bun run lint && bun run tsc && bun run test", |
| 20 | + "check:fix": "bun run format && bun run lint:fix && bun run tsc && bun run test", |
| 21 | + "release": "bun run automation/release.ts" |
| 22 | + }, |
| 23 | + "keywords": [], |
| 24 | + "author": "Moritz Jung", |
| 25 | + "license": "GPL-3.0", |
| 26 | + "devDependencies": { |
| 27 | + "@codemirror/lang-javascript": "^6.2.1", |
| 28 | + "@codemirror/language": "^6.9.2", |
| 29 | + "@codemirror/state": "^6.3.1", |
| 30 | + "@codemirror/view": "^6.22.0", |
| 31 | + "@happy-dom/global-registrator": "^12.10.3", |
| 32 | + "@tsconfig/svelte": "^5.0.0", |
| 33 | + "@types/ungap__structured-clone": "^0.3.0", |
| 34 | + "@types/web": "^0.0.119", |
| 35 | + "@typescript-eslint/eslint-plugin": "^6.0.0", |
| 36 | + "@typescript-eslint/parser": "^6.0.0", |
| 37 | + "builtin-modules": "^3.3.0", |
| 38 | + "bun-types": "1.0.11", |
| 39 | + "esbuild": "^0.19.5", |
| 40 | + "esbuild-plugin-copy-watch": "^2.0.0", |
| 41 | + "esbuild-svelte": "^0.8.0", |
| 42 | + "eslint": "^8.52.0", |
| 43 | + "eslint-plugin-import": "^2.28.1", |
| 44 | + "eslint-plugin-isaacscript": "^3.5.6", |
| 45 | + "eslint-plugin-only-warn": "^1.1.0", |
| 46 | + "obsidian": "latest", |
| 47 | + "obsidian-dataview": "0.5.56", |
| 48 | + "prettier": "^3.0.3", |
| 49 | + "prettier-plugin-svelte": "^3.0.3", |
| 50 | + "string-argv": "^0.3.2", |
| 51 | + "svelte": "^4.2.0", |
| 52 | + "svelte-preprocess": "^5.0.4", |
| 53 | + "tslib": "2.6.2", |
| 54 | + "typescript": "^5.2.2" |
| 55 | + }, |
| 56 | + "dependencies": { |
| 57 | + "@lemons_dev/parsinom": "^0.0.11", |
| 58 | + "itertools-ts": "^1.27.0", |
| 59 | + "mathjs": "^12.0.0", |
| 60 | + "zod": "^3.22.4" |
| 61 | + } |
62 | 62 | } |
0 commit comments