UNPKG

odin-protocol-core

Version:

The world's first standardized AI-to-AI communication infrastructure for JavaScript/TypeScript - 100% functional with 57K+ msgs/sec throughput

93 lines (92 loc) 2.33 kB
{ "name": "odin-protocol-core", "version": "1.0.0", "description": "The world's first standardized AI-to-AI communication infrastructure for JavaScript/TypeScript - 100% functional with 57K+ msgs/sec throughput", "main": "dist/index.js", "types": "dist/index.d.ts", "scripts": { "build": "tsc", "test": "jest", "test:package": "node test-package.js", "prepublishOnly": "npm run build && npm run test:package", "dev": "tsc --watch", "lint": "eslint src/**/*.ts", "format": "prettier --write src/**/*.ts", "clean": "rimraf dist", "prepare": "npm run build" }, "keywords": [ "ai", "artificial-intelligence", "ai-coordination", "hel-engine", "ai-to-ai", "machine-learning", "ai-communication", "cross-model", "interoperability", "javascript", "typescript", "nodejs", "react", "vue", "enterprise", "production-ready", "57k-messages-per-second", "100-percent-functional", "real-time", "self-healing", "odin-protocol" ], "author": { "name": "Travis Johnson", "email": "travjohnson831@gmail.com", "url": "https://github.com/Maverick0351a" }, "license": "MIT", "repository": { "type": "git", "url": "https://github.com/Maverick0351a/odin_core.git", "directory": "npm-package" }, "bugs": { "url": "https://github.com/Maverick0351a/odin_core/issues" }, "homepage": "https://github.com/Maverick0351a/odin_core#readme", "engines": { "node": ">=14.0.0" }, "files": [ "dist/**/*", "README.md", "LICENSE" ], "dependencies": { "protobufjs": "^7.2.5", "ws": "^8.14.2", "eventemitter3": "^5.0.1" }, "devDependencies": { "@types/node": "^20.8.0", "@types/ws": "^8.5.7", "@typescript-eslint/eslint-plugin": "^6.7.4", "@typescript-eslint/parser": "^6.7.4", "eslint": "^8.50.0", "jest": "^29.7.0", "@types/jest": "^29.5.5", "typescript": "^5.2.2", "prettier": "^3.0.3", "ts-jest": "^29.1.1" }, "jest": { "preset": "ts-jest", "testEnvironment": "node", "collectCoverageFrom": [ "src/**/*.ts", "!src/**/*.d.ts" ] }, "publishConfig": { "access": "public" } }