UNPKG

@daitanjs/senses

Version:

A library for AI-powered image generation and analysis using OpenAI.

70 lines (69 loc) 1.7 kB
{ "name": "@daitanjs/senses", "version": "1.0.6", "description": "A library for AI-powered image generation and analysis using OpenAI.", "type": "module", "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", "sideEffects": false, "exports": { ".": { "import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "require": { "types": "./dist/index.d.ts", "default": "./dist/index.cjs" } } }, "files": [ "dist" ], "scripts": { "test": "echo \"Error: no test specified for @daitanjs/senses\" && exit 0" }, "keywords": [ "senses", "image generation", "image analysis", "vision", "AI", "OpenAI", "DALL-E", "GPT-4V", "GPT-4o" ], "author": "Buck Miller <haelpers@gmail.com>", "license": "ISC", "repository": { "type": "git", "url": "https://github.com/daitandojo/@daitanjs", "directory": "packages/senses" }, "peerDependencies": {}, "dependencies": { "@daitanjs/config": "^1.0.0", "@daitanjs/development": "^1.0.0", "@daitanjs/error": "^1.0.1", "@daitanjs/apiqueries": "^1.0.3", "@daitanjs/validation": "^1.0.1", "@langchain/community": "^0.3.45", "@langchain/core": "^0.3.57", "axios": "^1.7.2", "mime-types": "^2.1.35" }, "devDependencies": { "@babel/cli": "^7.24.7", "@babel/core": "^7.24.7", "@babel/plugin-transform-runtime": "^7.24.7", "@babel/preset-env": "^7.24.7", "rimraf": "^5.0.7" }, "publishConfig": { "access": "public" }, "homepage": "https://github.com/daitandojo/@daitanjs/tree/main/packages/senses#readme" }