package.json•1.45 kB
{
"name": "@dennypradipta/date-operations-mcp",
"version": "1.0.4",
"description": "MCP for Date Operations",
"keywords": [
"dennypradipta",
"date",
"operations",
"mcp",
"fast-mcp"
],
"homepage": "https://github.com/dennypradipta/date-operations-mcp#readme",
"bugs": {
"url": "https://github.com/dennypradipta/date-operations-mcp/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dennypradipta/date-operations-mcp.git"
},
"license": "MIT",
"author": "Denny Pradipta",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"bin": {
"date-operations-mcp": "./dist/index.js"
},
"files": [
"dist/",
"README.md",
"LICENSE.md"
],
"scripts": {
"test": "vitest --run --coverage",
"test:watch": "vitest --coverage --watch",
"dev": "tsx src/index.ts",
"start": "node dist/index.js",
"build": "tsc",
"prepublishOnly": "npm run build"
},
"devDependencies": {
"@types/node": "^24.7.1",
"@vitest/coverage-istanbul": "^3.2.4",
"@vitest/coverage-v8": "^3.2.4",
"tsx": "^4.20.6",
"typescript": "^5.9.3",
"vitest": "^3.2.4"
},
"dependencies": {
"@dennypradipta/date-operations-mcp": "^1.0.2",
"date-fns": "^4.1.0",
"fastmcp": "^3.19.1",
"zod": "^3.25.76"
}
}