package.json•3.14 kB
{
"name": "jimeng",
"version": "0.0.1",
"description": "MCP服务器项目,集成即梦AI图像生成",
"keywords": [
"jimeng",
"jimeng-mcp",
"mcp-server"
],
"homepage": "https://github.com/huangmiuXyz/jimeng-mcp",
"bugs": {
"url": "https://github.com/huangmiuXyz/jimeng-mcp/issues/new"
},
"repository": {
"type": "git",
"url": "https://github.com/huangmiuXyz/jimeng-mcp.git"
},
"license": "MIT",
"type": "module",
"author": "huangmiuXyz",
"bin": {
"jimeng": "./build/stdio.js"
},
"sideEffects": false,
"main": "./build/index.js",
"types": "./build/index.d.ts",
"files": [
"build"
],
"scripts": {
"build": "tsc",
"ci": "npm run lint && npm run type-check",
"start": "node build/stdio.js",
"start:http": "node build/http.js",
"lint": "eslint \"{src,example}/**/*.{js,jsx,ts,tsx}\" --fix",
"lint:style": "stylelint \"{src,example}/**/*.{js,jsx,ts,tsx}\" --fix",
"prepack": "npm run build && clean-pkg-json",
"prepare": "husky install",
"prepublishOnly": "npm run build",
"prettier": "prettier -c --write --no-error-on-unmatched-pattern \"**/**\"",
"release": "semantic-release",
"test": "vitest --passWithNoTests",
"test:coverage": "vitest run --coverage --passWithNoTests",
"test:update": "vitest -u",
"type-check": "tsc -p tsconfig-check.json"
},
"lint-staged": {
"*.json": [
"prettier --write --no-error-on-unmatched-pattern"
],
"*.{js,jsx}": [
"prettier --write",
"stylelint --fix",
"eslint --fix"
],
"*.{ts,tsx}": [
"prettier --parser=typescript --write",
"stylelint --fix",
"eslint --fix"
]
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.7.0",
"express": "^4.18.2",
"zod": "^3.22.4",
"@types/crypto-js": "^4.2.2",
"@volcengine/openapi": "^1.30.1",
"axios": "^1.9.0",
"crypto-js": "4.2.0",
"dotenv": "^16.5.0"
},
"devDependencies": {
"@commitlint/cli": "^18",
"@lobehub/i18n-cli": "^1.10.0",
"@lobehub/lint": "latest",
"@testing-library/react": "^14.1.2",
"@types/lodash-es": "^4",
"@types/node": "^22",
"@types/react": "^18",
"@types/react-dom": "^18",
"@vitest/coverage-v8": "^1",
"clean-pkg-json": "^1",
"commitlint": "^18",
"dumi": "^2",
"dumi-theme-lobehub": "latest",
"eslint": "^8",
"husky": "^8",
"jsdom": "^22",
"leva": "^0",
"lint-staged": "^15",
"prettier": "^3",
"react": "^18",
"react-dom": "^18",
"remark": "^14",
"remark-cli": "^11",
"semantic-release": "^21",
"@types/express": "^4.17.21",
"rimraf": "^5.0.5",
"stylelint": "^15",
"ts-json-schema-generator": "^1.4.0",
"typescript": "^5",
"vitest": "^1"
},
"peerDependencies": {
"react": ">=18",
"react-dom": ">=18"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
},
"packageManager": "pnpm@9.15.4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0"
}