package.json•1.03 kB
{
"name": "parcel-mcp",
"version": "1.1.5",
"main": "index.js",
"type": "module",
"bin": {
"parcel-mcp": "./index.mjs"
},
"scripts": {
"build": "tsc && chmod 755 index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/iamfiro/parcel-tracking-mcp.git"
},
"keywords": [
"mcp",
"parcel",
"delivery",
"cli"
],
"author": {
"name": "Cho Sungju",
"email": "hello@devfiro.com",
"url": "https://devfiro.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/iamfiro/parcel-tracking-mcp/issues"
},
"homepage": "https://github.com/iamfiro/parcel-tracking-mcp#readme",
"description": "",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.15.1",
"csv-parse": "^6.0.0",
"dotenv": "^17.2.0",
"fuse.js": "^7.1.0",
"yargs": "^18.0.0",
"zod": "^3.25.76"
},
"devDependencies": {
"@types/node": "^24.0.13",
"@types/yargs": "^17.0.33",
"typescript": "^5.8.3"
},
"files": [
"./"
]
}