UNPKG

@advjs/ai

Version:
45 lines 1.07 kB
{ "name": "@advjs/ai", "type": "module", "version": "0.1.0-beta.1", "description": "AI module for AdvJS", "author": { "name": "YunYouJun" }, "license": "MPL-2.0", "homepage": "https://github.com/YunYouJun/advjs/tree/main/packages/ai#readme", "keywords": [ "advjs", "ai", "openai", "hunyuan" ], "exports": { ".": "./dist/index.mjs", "./package.json": "./package.json" }, "main": "./dist/index.mjs", "module": "./dist/index.mjs", "types": "./dist/index.d.mts", "dependencies": { "consola": "^3.4.2", "dotenv": "^17.2.1", "fs-extra": "^11.3.0", "openai": "^5.10.2", "tencentcloud-sdk-nodejs-hunyuan": "^4.1.82", "@advjs/types": "0.1.0-beta.1" }, "devDependencies": { "@types/fs-extra": "^11.0.4", "tsx": "^4.20.3", "unbuild": "^3.6.0" }, "scripts": { "dev": "unbuild --stub", "build": "unbuild", "gen": "tsx scripts/gen.ts", "gen:img": "tsx scripts/gen-img.ts", "schema": "tsx scripts/schema.ts", "workflow": "tsx scripts/run-workflow.ts" } }