Project Files
package.json
{
"name": "lms-plugin-livre-heros-bac",
"version": "0.1.1",
"description": "Livre dont vous êtes le héros — philo bac. Tool that briefs the host LLM with the narrator role + verified citations corpus filtered by notion.",
"main": "index.js",
"scripts": {
"inline-data": "node scripts/inline-data.mjs",
"build": "npm run inline-data && tsc",
"dev": "npm run inline-data && lms dev",
"push": "npm run build && lms push"
},
"author": "zexigh",
"license": "PolyForm-Noncommercial-1.0.0",
"dependencies": {
"@lmstudio/sdk": "^1.5.0",
"marked": "^14.1.0",
"zod": "3.25.76"
},
"devDependencies": {
"@types/node": "^20.14.8",
"typescript": "^5.5.4"
}
}