UNPKG

pdm-ai

Version:

PDM-AI - Transform customer feedback into structured product insights using the Jobs-to-be-Done (JTBD) methodology

60 lines (59 loc) 1.25 kB
{ "name": "pdm-ai", "version": "0.1.9", "type": "module", "main": "src/index.js", "directories": { "doc": "docs" }, "files": [ "src/**/*", "README.md", "README_MCP.md" ], "scripts": { "test": "mocha test/**/*.test.js", "start": "node src/index.js", "mcp": "node src/index.js mcp" }, "bin": { "pdm": "./src/index.js" }, "exports": { ".": "./src/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/jhirono/pdm-ai.git" }, "keywords": [ "pdm", "jtbd", "product", "management", "ai", "user", "stories" ], "author": "jhirono", "license": "MIT", "bugs": { "url": "https://github.com/jhirono/pdm-ai/issues" }, "homepage": "https://github.com/jhirono/pdm-ai#readme", "description": "PDM-AI - Transform customer feedback into structured product insights using the Jobs-to-be-Done (JTBD) methodology", "dependencies": { "@modelcontextprotocol/sdk": "^1.11.0", "chalk": "^4.1.2", "commander": "^11.1.0", "dotenv": "^16.3.1", "fastmcp": "^1.27.4", "fs-extra": "^11.2.0", "openai": "^3.3.0", "uuid": "^9.0.1", "zod": "^3.24.4" }, "devDependencies": { "mocha": "^10.8.2" } }