bambuscontrol_obsidian-unic.../package.json

42 lines
1.3 KiB
JSON
Raw Permalink Normal View History

2023-01-11 18:07:09 +00:00
{
2023-11-18 17:13:57 +00:00
"name": "obsidian-unicode-search",
2025-09-27 13:49:19 +00:00
"version": "0.7.3-NEXT",
2023-11-18 17:13:57 +00:00
"description": "Obsidian plugin for searching Unicode characters.",
"main": "main.js",
"scripts": {
"dev": "node esbuild.config.mjs",
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
2025-09-27 13:49:19 +00:00
"export-schema": "typescript-json-schema --required --strictNullChecks --validationKeywords --ignoreErrors --refs --id https://raw.githubusercontent.com/BambusControl/obsidian-unicode-search/0.7.3-NEXT/resources/save-data-schema.json --out ./resources/save-data-schema.json tsconfig.json SaveData",
2023-11-18 18:28:40 +00:00
"test": "jest"
2023-11-18 17:13:57 +00:00
},
"keywords": [
"obsidian"
],
"private": true,
"repository": "https://github.com/BambusControl/obsidian-unicode-search",
"author": {
"name": "BambusControl",
"url": "https://github.com/BambusControl"
},
"license": "Apache-2.0",
"dependencies": {
2025-01-10 18:25:11 +00:00
"papaparse": "^5.5.1"
2023-11-18 17:13:57 +00:00
},
"devDependencies": {
2024-06-22 11:02:11 +00:00
"@types/jest": "^29",
"@types/node": "^18",
"@types/papaparse": "^5",
2024-12-27 13:21:49 +00:00
"@typescript-eslint/eslint-plugin": "^8",
"@typescript-eslint/parser": "^8",
"builtin-modules": "^4",
2024-06-22 11:02:11 +00:00
"esbuild": "^0",
"esbuild-sass-plugin": "^3",
"jest": "^29",
2025-05-16 19:59:27 +00:00
"obsidian": "1.8.7",
2024-06-22 11:02:11 +00:00
"ts-jest": "^29",
"tslib": "^2",
2024-12-27 13:21:49 +00:00
"typescript": "^5",
2024-06-22 11:02:11 +00:00
"typescript-json-schema": "^0"
2023-11-18 17:13:57 +00:00
}
2023-01-11 18:07:09 +00:00
}