mirror of
https://github.com/yan-istart/IStart-Note-AI-Plugin.git
synced 2026-07-22 06:51:37 +00:00
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 16.18.126 to 25.9.1. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-version: 25.9.1 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
47 lines
1.5 KiB
JSON
47 lines
1.5 KiB
JSON
{
|
|
"name": "istart-note-ai",
|
|
"version": "2.0.1",
|
|
"description": "IStart-Note-AI: an Obsidian plugin that turns notes into a structured personal knowledge system, powered by DeepSeek and other OpenAI-compatible LLMs.",
|
|
"main": "main.js",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "node esbuild.config.mjs",
|
|
"typecheck": "tsc -noEmit -skipLibCheck",
|
|
"build": "npm run typecheck && node esbuild.config.mjs production",
|
|
"test": "echo \"no tests yet — see CONTRIBUTING.md for the planned vitest setup\" && exit 0",
|
|
"ci": "npm run typecheck && npm run build",
|
|
"version": "node scripts/version-bump.mjs && git add manifest.json versions.json",
|
|
"release": "bash scripts/release.sh",
|
|
"submit": "bash scripts/submit-plugin.sh"
|
|
},
|
|
"keywords": [
|
|
"obsidian",
|
|
"obsidian-plugin",
|
|
"ai",
|
|
"deepseek",
|
|
"knowledge-management",
|
|
"knowledge-graph",
|
|
"personal-knowledge-management",
|
|
"pkm",
|
|
"notes"
|
|
],
|
|
"author": "Yan",
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/yan-istart/IStart-Note-AI-Plugin#readme",
|
|
"bugs": {
|
|
"url": "https://github.com/yan-istart/IStart-Note-AI-Plugin/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/yan-istart/IStart-Note-AI-Plugin.git"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^25.9.1",
|
|
"@typescript-eslint/eslint-plugin": "5.29.0",
|
|
"@typescript-eslint/parser": "5.29.0",
|
|
"esbuild": "0.17.3",
|
|
"obsidian": "^1.7.2",
|
|
"tslib": "2.4.0",
|
|
"typescript": "4.7.4"
|
|
}
|
|
}
|