22 lines
494 B
JSON
22 lines
494 B
JSON
{
|
|
"name": "aslobot-matrix",
|
|
"version": "0.1.0",
|
|
"description": "",
|
|
"license": "ISC",
|
|
"author": "",
|
|
"type": "module",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build": "npx tsc",
|
|
"start": "npx tsc && node dist/index.js"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^25.0.3",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5.9.3"
|
|
},
|
|
"dependencies": {
|
|
"@google/genai": "^1.34.0",
|
|
"matrix-js-sdk": "^39.4.0"
|
|
}
|
|
}
|