mirror of
https://github.com/gorazenxu/pimate.git
synced 2026-07-22 07:32:35 +00:00
25 lines
640 B
JSON
25 lines
640 B
JSON
{
|
|
"name": "pimate",
|
|
"version": "1.0.45",
|
|
"description": "Embeds Pi Coding Agent as an AI collaborator for your vault.",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"dev": "node esbuild.config.mjs",
|
|
"build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production",
|
|
"version": "node version-bump.mjs && git add manifest.json versions.json"
|
|
},
|
|
"keywords": [
|
|
"obsidian-plugin",
|
|
"pimate",
|
|
"ai",
|
|
"coding-agent"
|
|
],
|
|
"license": "GPL-3.0-only",
|
|
"devDependencies": {
|
|
"@types/node": "^20.0.0",
|
|
"esbuild": "^0.28.1",
|
|
"obsidian": "^1.5.0",
|
|
"tslib": "^2.6.0",
|
|
"typescript": "^5.4.0"
|
|
}
|
|
}
|