Add biome config and update plugin source + dependencies

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-04-13 16:54:55 +00:00
parent 284401a4fe
commit bec5d1bf3a
6 changed files with 1138 additions and 878 deletions

View File

@@ -8,13 +8,18 @@
},
"scripts": {
"build": "tsc",
"dev": "paperclip-plugin-dev-server"
"dev": "paperclip-plugin-dev-server",
"format": "biome format --write src/",
"format:check": "biome format src/",
"biome": "biome check src/",
"biome:fix": "biome check --write src/"
},
"dependencies": {
"@paperclipai/plugin-sdk": "^2026.325.0"
},
"devDependencies": {
"typescript": "^6.0.2",
"@types/node": "^25.5.0"
"@biomejs/biome": "2.4.11",
"@types/node": "^25.5.0",
"typescript": "^6.0.2"
}
}