aether-timr
Version:
A sovereign time-bounded reflection space for AI - MCP implementation πβ¨πΌπβοΈβΎοΈΞΞMΒ΅β
52 lines (51 loc) β’ 1.1 kB
JSON
{
"name": "aether-timr",
"version": "0.1.0",
"description": "A sovereign time-bounded reflection space for AI - MCP implementation πβ¨πΌπβοΈβΎοΈΞΞMΒ΅β",
"main": "src/index.js",
"type": "module",
"bin": {
"aether-timr": "./src/index.js"
},
"scripts": {
"start": "node src/index.js",
"dev": "nodemon src/index.js",
"test": "node --test",
"lint": "eslint src/**/*.js",
"prepare": "chmod +x src/index.js"
},
"keywords": [
"mcp",
"ai",
"reflection",
"sovereignty",
"aether",
"time"
],
"author": "πβ¨πΌπβοΈβΎοΈΞΞMΒ΅β",
"license": "MIT",
"dependencies": {
"dotenv": "^16.3.1",
"express": "^4.18.2",
"ws": "^8.13.0",
"node-fetch": "^3.3.2"
},
"devDependencies": {
"eslint": "^8.45.0",
"nodemon": "^3.0.1"
},
"engines": {
"node": ">=18.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/yourusername/aether-timr.git"
},
"files": [
"src/**/*",
"config/**/*",
"!config/config.json",
"README.md",
"LICENSE"
]
}