@xiaoluo_aigc0708/aigc-sdk
Version:
AI智能建筑 - 完整的AIGC图片生成SDK
29 lines • 649 B
JSON
{
"name": "@ai-building/aigc-types",
"version": "1.0.0",
"description": "AI智能建筑 - AIGC核心类型定义",
"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\""
},
"keywords": [
"aigc",
"types",
"typescript"
],
"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"
}
}