package.json•1.73 kB
{
"name": "file-operation-mcp",
"version": "1.0.0",
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"main": "./dist/index.cjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "rslib build",
"dev": "rslib build --watch",
"start": "bun dist/index.js",
"format": "prettier --write .",
"lint": "eslint ."
},
"keywords": [
"mcp",
"typescript",
"file",
"file-operation"
],
"repository": {
"type": "git",
"url": "git@github.com:lxKylin/file-operation-mcp"
},
"author": "lxKylin",
"license": "MIT",
"bugs": {
"url": "https://github.com/lxKylin/file-operation-mcp/issues"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.15.1",
"@types/archiver": "^6.0.3",
"@types/axios": "^0.14.4",
"@types/cheerio": "^1.0.0",
"@types/express": "^5.0.3",
"@types/shell-quote": "^1.7.5",
"@types/sqlite3": "^5.1.0",
"@types/tar": "^6.1.13",
"archiver": "^7.0.1",
"axios": "^1.11.0",
"cheerio": "^1.1.2",
"express": "^5.1.0",
"extract-zip": "^2.0.1",
"fs-extra": "^11.3.0",
"fuse.js": "^7.1.0",
"pdf-lib": "^1.17.1",
"pdf2pic": "^3.2.0",
"sharp": "^0.34.3",
"shell-quote": "^1.8.3",
"sqlite3": "^5.1.7",
"tar": "^7.4.3",
"zod": "^3.25.76"
},
"devDependencies": {
"@eslint/js": "^9.29.0",
"@rslib/core": "^0.10.5",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.16.0",
"eslint": "^9.29.0",
"globals": "^16.2.0",
"prettier": "^3.5.3",
"typescript": "^5.8.3",
"typescript-eslint": "^8.34.1"
}
}