UNPKG

@xiaoluo_aigc0708/aigc-sdk

Version:

AI智能建筑 - 完整的AIGC图片生成SDK

33 lines 753 B
{ "name": "@ai-building/oss-storage", "version": "1.0.0", "description": "AI智能建筑 - OSS云存储管理", "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" }, "keywords": [ "oss", "cloud-storage", "file-upload" ], "author": "AI智能建筑", "license": "MIT", "devDependencies": { "@types/node": "^18.0.0", "rollup": "^3.0.0", "@rollup/plugin-typescript": "^11.0.0", "rollup-plugin-dts": "^6.0.0", "typescript": "^5.0.0" } }