qwai-tech_obsidian-plugin-i.../package.json
Leon Ward 23f5047b77 chore: bump version to 0.0.16
Release the marketplace-error fixes: all obsidianmd/no-explicit-any
eslint-disable directives removed and replaced with real fixes
(property rename, sentence-case rewording, named-constant placeholders).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-11 14:32:55 +08:00

81 lines
No EOL
2.8 KiB
JSON

{
"name": "obsidian-plugin-intelligence-assistant",
"version": "0.0.16",
"description": "Full autonomous Agentic workspace",
"main": "main.js",
"scripts": {
"dev": "node scripts/dev.js",
"dev:hot": "node scripts/dev.js --hot",
"dev:watch": "node scripts/dev.js --watch",
"dev:deploy": "node scripts/dev.js --deploy --local",
"dev:deploy-prod": "node scripts/dev.js --deploy --production",
"build": "node scripts/build.js",
"build:production": "node scripts/build.js --production",
"build:analyze": "node scripts/build.js --analyze",
"build:watch": "node scripts/build.js --watch",
"deploy": "node scripts/deploy.js",
"deploy:local": "node scripts/deploy.js --local",
"deploy:production": "node scripts/deploy.js --production",
"clean": "node scripts/clean.js",
"lint": "eslint src main.ts tests/e2e --ext .ts",
"lint:fix": "eslint src main.ts tests/e2e --ext .ts --fix",
"type-check": "tsc --noEmit",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"test:e2e": "wdio run tests/e2e/config/wdio.ci.conf.ts",
"test:e2e:ci": "wdio run tests/e2e/config/wdio.ci.conf.ts",
"test:e2e:release": "wdio run tests/e2e/config/wdio.release.conf.ts",
"test:e2e:smoke": "wdio run tests/e2e/config/wdio.ci.conf.ts --spec='tests/e2e/specs/00-smoke.spec.ts'",
"version": "node scripts/version.js",
"version:patch": "node scripts/version.js patch",
"version:minor": "node scripts/version.js minor",
"version:major": "node scripts/version.js major",
"hot-reload": "node scripts/hot-reload.js"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "^4.7.1",
"@eslint/js": "^9.39.1",
"@playwright/test": "^1.57.0",
"@types/jest": "^30.0.0",
"@types/node": "^24.10.1",
"@typescript-eslint/eslint-plugin": "8.46.4",
"@typescript-eslint/parser": "8.46.4",
"@wdio/cli": "^9.20.1",
"@wdio/junit-reporter": "^9.27.2",
"@wdio/local-runner": "^9.20.1",
"@wdio/mocha-framework": "^9.20.1",
"@wdio/spec-reporter": "^9.20.0",
"esbuild": "0.27.0",
"esbuild-plugin-inline-import": "^1.1.0",
"eslint": "^9.39.1",
"eslint-plugin-obsidianmd": "^0.3.0",
"globals": "^16.5.0",
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",
"jiti": "^2.6.1",
"obsidian": "latest",
"picocolors": "^1.1.1",
"playwright": "^1.57.0",
"ts-jest": "^29.4.5",
"tslib": "2.8.1",
"typescript": "^5.9.3",
"typescript-eslint": "^8.46.4",
"wdio-obsidian-service": "^3.0.3"
},
"overrides": {
"serialize-javascript": "^7.0.5"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.21.1",
"@sap-ai-sdk/ai-api": "^2.1.0",
"@sap-ai-sdk/orchestration": "^2.1.0",
"ajv": "^8.20.0",
"i18next": "^26.2.0",
"marked": "^17.0.0",
"zod": "^4.4.3"
}
}