package.json•1.76 kB
{
"name": "sui-mcp",
"version": "0.1.8",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/0xdwong/sui-mcp.git"
},
"homepage": "https://github.com/0xdwong/sui-mcp#readme",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.6.1",
"@mysten/sui": "^1.26.1",
"bip39": "^3.1.0",
"dotenv": "^16.4.7"
},
"type": "module",
"bin": {
"sui-mcp": "./build/index.js"
},
"scripts": {
"build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"",
"inspect": "npx @modelcontextprotocol/inspector node /Users/dwong/mydoc/code/dwong/suis/sui-mcp/build/index.js",
"test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
"test:watch": "mocha --loader=ts-node/esm -r tests/mocha.setup.ts 'tests/**/*.test.ts' --watch",
"test:coverage": "NODE_OPTIONS=\"--experimental-vm-modules --no-warnings\" jest --coverage",
"lint": "eslint . --ext .ts,.tsx",
"lint:fix": "eslint . --ext .ts,.tsx --fix",
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",
"format:check": "prettier --check \"**/*.{ts,tsx,js,jsx,json,md}\""
},
"files": [
"build",
"README.md",
"LICENSE"
],
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "^1.0.2",
"@modelcontextprotocol/inspector": "^0.6.0",
"@types/jest": "^29.5.14",
"@types/node": "^22.13.9",
"@typescript-eslint/eslint-plugin": "^8.27.0",
"@typescript-eslint/parser": "^8.27.0",
"eslint": "^9.22.0",
"eslint-config-prettier": "^10.1.1",
"eslint-plugin-prettier": "^5.2.3",
"jest": "^29.7.0",
"nyc": "^17.1.0",
"prettier": "^3.5.3",
"ts-jest": "^29.3.0",
"ts-node": "^10.9.2",
"typescript": "^5.8.2"
}
}