@xiaoluo_aigc0708/aigc-sdk
Version:
AI智能建筑 - 完整的AIGC图片生成SDK
35 lines • 811 B
JSON
{
"name": "@ai-building/aigc-core",
"version": "1.0.0",
"description": "AI智能建筑 - AIGC核心SDK",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"test": "echo \"No tests yet\""
},
"dependencies": {
"@ai-building/aigc-types": "^1.0.0",
"@ai-building/comfyui-client": "^1.0.0",
"@ai-building/oss-storage": "^1.0.0"
},
"keywords": [
"aigc",
"ai",
"image-generation",
"sdk"
],
"author": "AI智能建筑",
"license": "MIT",
"devDependencies": {
"rollup": "^3.0.0",
"@rollup/plugin-typescript": "^11.0.0",
"rollup-plugin-dts": "^6.0.0",
"typescript": "^5.0.0"
}
}