skailan-ai
Version:
Servicio de IA y procesamiento de lenguaje natural para Skailan
61 lines (60 loc) • 1.52 kB
JSON
{
"name": "skailan-ai",
"version": "1.0.0",
"description": "Servicio de IA y procesamiento de lenguaje natural para Skailan",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist/**/*",
"README.md",
"LICENSE"
],
"repository": {
"type": "git",
"url": "https://github.com/skailan/skailan.git",
"directory": "packages/ai"
},
"homepage": "https://github.com/skailan/skailan#readme",
"bugs": {
"url": "https://github.com/skailan/skailan/issues"
},
"keywords": [
"skailan",
"ai",
"openai",
"gemini",
"llm",
"nlp",
"artificial-intelligence",
"machine-learning"
],
"author": "Skailan Team",
"license": "MIT",
"scripts": {
"dev": "ts-node-dev src/index.ts --port 3008",
"start": "ts-node src/index.ts",
"build": "tsc",
"prepublishOnly": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1",
"prisma:generate": "prisma generate",
"clean": "rm -rf dist"
},
"devDependencies": {
"@prisma/client": "^6.12.0",
"@types/express": "^4.17.21",
"@types/node": "^20.0.0",
"@types/uuid": "^10.0.0",
"prisma": "^6.12.0",
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",
"typescript": "^5.0.0"
},
"dependencies": {
"@google/generative-ai": "^0.24.1",
"skailan-core": "6.0.0",
"axios": "^1.7.2",
"express": "^4.18.2",
"openai": "^5.8.3",
"uuid": "^11.1.0"
}
}