16 lines
402 B
JSON
16 lines
402 B
JSON
{
|
|
"name": "@ai-rendezvous/core",
|
|
"version": "0.1.0",
|
|
"description": "Domain core: rooms, participants, messages, open questions, agreed contract. Knows nothing about any AI harness or model.",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"main": "dist/src/index.js",
|
|
"types": "dist/src/index.d.ts",
|
|
"scripts": {
|
|
"build": "tsc -b"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.6.0"
|
|
}
|
|
}
|