package.json•1.16 kB
{
"name": "llv-helix",
"version": "1.0.5",
"description": "The Helix Moment: Strategic Intelligence as Code - MCP server for Lines-Loops-Vibes framework from The Helix Moment",
"main": "index.js",
"bin": {
"llv-helix": "index.js"
},
"type": "module",
"scripts": {
"start": "node index.js",
"test": "node test.js",
"demo": "node enhanced-examples.js",
"creative-flows": "node creative-flows.js",
"enhanced-demo": "node enhanced-examples.js",
"setup-dev": "npm install",
"test-all": "node test.js && node enhanced-examples.js"
},
"keywords": [
"helix-moment",
"strategic-intelligence",
"ai-transformation",
"mcp",
"modelcontextprotocol",
"lines-loops-vibes",
"systematic-creativity",
"co-intelligence",
"suhit-anantula"
],
"repository": {
"type": "git",
"url": "git+https://github.com/suhitanantula/llv-helix.git"
},
"homepage": "https://github.com/suhitanantula/llv-helix#readme",
"author": "Suhit Anantula <suhit@suhitanantula.com> (https://www.suhitanantula.com/)",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0"
}
}