UNPKG

dnaos-ultimate

Version:

The Ultimate DNA-Lang Runtime: Multi-Agent Evolution, MCP Tools, and Phase-Conjugate Intelligence for Living Software Systems.

56 lines (55 loc) 1.3 kB
{ "name": "dnaos-ultimate", "version": "1.0.0", "description": "The Ultimate DNA-Lang Runtime: Multi-Agent Evolution, MCP Tools, and Phase-Conjugate Intelligence for Living Software Systems.", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "dnaos-ultimate": "dist/cli.js" }, "scripts": { "build": "node --max_old_space_size=8192 ./node_modules/.bin/tsc", "start": "node dist/index.js", "test": "vitest run", "dev": "ts-node src/index.ts", "prepublishOnly": "npm run build" }, "keywords": [ "dna-lang", "multi-agent", "evolution", "bio-digital", "phase-conjugate", "MCP", "genomic-runtime", "living-software" ], "author": "Devin Phillip Davis <founder@agiledefense.systems>", "license": "MIT", "publishConfig": { "access": "public" }, "files": [ "dist", "README.md" ], "repository": { "type": "git", "url": "https://github.com/ENKI-420/dnaos-ultimate.git" }, "engines": { "node": ">=18.0.0" }, "dependencies": { "@vercel/analytics": "^1.5.0", "chalk": "^5.3.0", "commander": "^11.0.0", "dotenv": "^16.3.1" }, "devDependencies": { "@types/node": "^24.1.0", "ts-node": "^10.9.2", "typescript": "^5.4.3", "vitest": "^0.34.6" } }