1 Star 1 Fork 0

xixi_racy/midjourney-api

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.35 KB
一键复制 编辑 原始数据 按行查看 历史
xswl 提交于 2023-07-21 12:26 +08:00 . remove path
{
"name": "midjourney",
"version": "4.0.0",
"description": "Node.js client for the unofficial MidJourney API.",
"main": "libs/index.js",
"types": "libs/index.d.ts",
"source": "./src/index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"prettier": "prettier --write .",
"prettier:check": "prettier --check .",
"example:imagine": "tsx ./examples/imagine-ws.ts"
},
"files": [
"libs/*",
"src/*",
"*.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/erictik/midjourney-client.git"
},
"keywords": [
"midjourney-client",
"midjourney"
],
"engines": {
"node": ">=18"
},
"author": "Eric Yang <yanghao@10d.xin>",
"license": "ISC",
"bugs": {
"url": "https://github.com/erictik/midjourney-client/issues"
},
"homepage": "https://github.com/erictik/midjourney-client#readme",
"devDependencies": {
"@types/async": "^3.2.20",
"@types/node": "^18.16.0",
"@types/ws": "^8.5.4",
"dotenv": "^16.0.3",
"prettier": "^2.8.8",
"ts-node": "^10.9.1",
"tsx": "^3.12.6",
"typescript": "^5.0.4"
},
"dependencies": {
"@huggingface/inference": "^2.5.0",
"async": "^3.2.4",
"isomorphic-ws": "^5.0.0",
"semiver": "^1.1.0",
"snowyflake": "^2.0.0",
"tslib": "^2.5.0",
"ws": "^8.13.0"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
TypeScript
1
https://gitee.com/xixiracy/midjourney-api.git
git@gitee.com:xixiracy/midjourney-api.git
xixiracy
midjourney-api
midjourney-api
main

搜索帮助