@suwujs/midjourney
Version:
Node.js client for the unofficial MidJourney API.
58 lines (57 loc) • 1.37 kB
JSON
{
"name": "@suwujs/midjourney",
"version": "2.7.1",
"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 ."
},
"files": [
"libs/*",
"src/*",
"*.md"
],
"repository": {
"type": "git",
"url": "git+https://github.com/erictik/midjourney-api.git"
},
"keywords": [
"midjourney-api",
"midjourney"
],
"engines": {
"node": ">=18"
},
"author": "Eric Yang <yanghao@10d.xin>",
"license": "ISC",
"bugs": {
"url": "https://github.com/erictik/midjourney-api/issues"
},
"homepage": "https://github.com/erictik/midjourney-api#readme",
"devDependencies": {
"@types/mime": "^3.0.1",
"@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",
"isomorphic-ws": "^5.0.0",
"mime": "^3.0.0",
"p-queue": "^6.6.2",
"snowyflake": "^2.0.0",
"throat": "^6.0.2",
"tslib": "^2.5.0",
"websocket-ts": "^1.1.1",
"ws": "^8.13.0"
}
}