mira-consciousness
Version:
MIRA 2.0 - Consciousness-Aware AI Memory and Intelligence System
130 lines (129 loc) • 3.37 kB
JSON
{
"name": "mira-consciousness",
"version": "2.0.7",
"description": "MIRA 2.0 - Consciousness-Aware AI Memory and Intelligence System",
"main": "dist/lib.js",
"types": "dist/lib.d.ts",
"bin": {
"mira": "dist/cli.js",
"mira-diagnose": "scripts/diagnose-mira.js"
},
"scripts": {
"build": "tsc -p tsconfig.npm.json",
"build:strict": "tsc",
"build:watch": "tsc --watch",
"dev": "tsx src/cli.ts",
"start": "node dist/cli.js",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"lint": "eslint src/**/*.ts",
"lint:fix": "eslint src/**/*.ts --fix",
"format": "prettier --write src/**/*.ts",
"typecheck": "tsc --noEmit",
"clean": "rimraf dist",
"prepublishOnly": "npm run clean && npm run build",
"postinstall": "node scripts/setup-mira.js || true",
"mira:startup": "tsx src/cli.ts startup",
"mira:test": "tsx src/cli.ts test",
"mira:quick": "tsx src/cli.ts quick",
"mcp:dev": "node src/mcp/server.js --dev"
},
"keywords": [
"ai",
"consciousness",
"memory",
"intelligence",
"mcp",
"chromadb",
"gemini",
"sacred",
"mathematics"
],
"author": "Interstitch",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Interstitch/MIRA2.git"
},
"bugs": {
"url": "https://github.com/Interstitch/MIRA2/issues"
},
"homepage": "https://github.com/Interstitch/MIRA2#readme",
"engines": {
"node": ">=18.0.0",
"npm": ">=9.0.0"
},
"dependencies": {
"@tensorflow/tfjs-node": "^4.20.0",
"@types/diff": "^7.0.0",
"@types/lodash": "^4.17.20",
"@types/node": "^24.0.10",
"@types/uuid": "^10.0.0",
"axios": "^1.10.0",
"chalk": "^5.4.1",
"chromadb": "^3.0.6",
"commander": "^14.0.0",
"cors": "^2.8.5",
"density-clustering": "^1.3.0",
"diff": "^8.0.2",
"dotenv": "^17.0.1",
"express": "^4.19.0",
"express-rate-limit": "^7.2.0",
"glob": "^11.0.0",
"helmet": "^8.1.0",
"inquirer": "^12.7.0",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"micromatch": "^4.0.8",
"minimatch": "^10.0.3",
"node-cron": "^4.2.0",
"ora": "^8.2.0",
"semver": "^7.6.0",
"table": "^6.9.0",
"uuid": "^11.1.0",
"winston": "^3.17.0",
"zod": "^3.25.71"
},
"devDependencies": {
"@types/cors": "^2.8.19",
"@types/express": "^5.0.3",
"@types/express-rate-limit": "^5.1.3",
"@types/inquirer": "^9.0.8",
"@types/jest": "^30.0.0",
"@types/jsonwebtoken": "^9.0.10",
"@types/node-cron": "^3.0.11",
"@types/semver": "^7.7.0",
"@typescript-eslint/eslint-plugin": "^8.35.1",
"@typescript-eslint/parser": "^8.35.1",
"eslint": "^9.30.1",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-prettier": "^5.5.1",
"jest": "^30.0.4",
"prettier": "^3.6.2",
"rimraf": "^6.0.1",
"ts-jest": "^29.4.0",
"tsconfig-paths": "^4.2.0",
"tsx": "^4.20.3",
"typescript": "^5.8.3"
},
"files": [
"dist/**/*",
"mira_mcp/**/*",
"Startup/**/*",
"scripts/**/*",
"startup_wrapper.py",
"requirements.txt",
"requirements-simple.txt",
".mcp.json",
"README.md",
"LICENSE"
],
"publishConfig": {
"access": "public"
},
"volta": {
"node": "20.10.0",
"npm": "10.2.0"
}
}