mirror of
https://github.com/ArthurDanjou/artapi.git
synced 2026-01-14 23:29:29 +01:00
- Changed documentation source from 'documentation.md' to 'index.md' in content.config.ts. - Added new index.md file containing comprehensive documentation for ArtMCP, including installation, tools, prompts, resources, MCP integration, and API endpoints. - Updated GitHub repository configuration in nuxt.config.ts for consistency. - Bumped dependencies in package.json to latest versions for improved functionality and security.
34 lines
771 B
JSON
34 lines
771 B
JSON
{
|
|
"name": "artmcp",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "nuxt build",
|
|
"dev": "nuxt dev",
|
|
"generate": "nuxt generate",
|
|
"preview": "npx nuxthub preview",
|
|
"deploy": "npx nuxthub deploy",
|
|
"postinstall": "nuxt prepare",
|
|
"lint": "eslint ."
|
|
},
|
|
"dependencies": {
|
|
"@nuxt/content": "3.9.0",
|
|
"@nuxt/eslint": "1.12.1",
|
|
"@nuxthub/core": "0.10.1",
|
|
"@nuxtjs/mcp-toolkit": "0.5.2",
|
|
"better-sqlite3": "12.5.0",
|
|
"nuxt": "4.2.1",
|
|
"nuxt-studio": "1.0.0-alpha.4",
|
|
"vue": "3.5.25",
|
|
"vue-router": "4.6.3",
|
|
"zod": "4.1.13"
|
|
},
|
|
"devDependencies": {
|
|
"@nuxt/eslint-config": "1.11.0",
|
|
"eslint": "9.39.1",
|
|
"typescript": "5.9.3",
|
|
"vue-tsc": "3.1.5",
|
|
"wrangler": "4.51.0"
|
|
}
|
|
}
|