@aj-archipelago/cortex
Version:
Cortex is a GraphQL API for AI. It provides a simple, extensible interface for using AI services from OpenAI, Azure and others.
35 lines (34 loc) • 898 B
JSON
{
"name": "@aj-archipelago/mogrt-handler",
"version": "1.0.0",
"description": "Handler for MOGRT files and preview GIFs with S3 storage",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node start.js",
"test": "vitest",
"test:unit": "vitest unit",
"test:integration": "vitest integration",
"test:coverage": "vitest run --coverage"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.0.0",
"@aws-sdk/s3-request-presigner": "^3.0.0",
"busboy": "^1.6.0",
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"express": "^4.18.2",
"js-yaml": "^4.1.0",
"node-fetch": "^2.7.0",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"@vitest/coverage-v8": "^3.1.2",
"aws-sdk-mock": "^5.8.0",
"mock-fs": "^5.2.0",
"supertest": "^7.1.0",
"vitest": "^3.1.2"
}
}