knowledge-ask
Version:
A frontend nuxt library to call the knowledge-hub API.
31 lines (30 loc) • 687 B
JSON
{
"name": "knowledge-ask",
"version": "0.0.9",
"description": "A frontend nuxt library to call the knowledge-hub API.",
"main": "nuxt.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"peerDependencies": {
"nuxt3": "latest",
"pinia": "^2.1.7"
},
"overrides": {
"vue": "latest"
},
"keywords": [
"Nuxt3",
"Knowledge",
"Hub",
"Confiance ai",
"Knowledge System",
"Trustworthy ai"
],
"author": "Florian Renard (spectralgo)",
"license": "MIT",
"dependencies": {
"@types/uuid": "^9.0.6",
"uuid": "^9.0.1"
}
}