-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 850 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "llama-grandma",
"description": "A simple matrix bot that will feed every message to your llama model of choice and respond in a room as if it is a grandma. .",
"main": "index.js",
"type": "module",
"version": "0.4.0",
"scripts": {
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com:jjj333-p/llama-grandma.git"
},
"author": "jjj333_p",
"license": "GPL-3.0",
"homepage": "https://github.com:jjj333-p/llama-grandma#readme",
"dependencies": {
"@matrix-org/matrix-sdk-crypto-nodejs": "0.1.0-beta.12",
"axios": "^1.7.2",
"matrix-bot-sdk": "^0.7.1",
"rehype-sanitize": "^6.0.0",
"rehype-stringify": "^10.0.1",
"remark": "^15.0.1",
"remark-preset-lint-consistent": "^6.0.0",
"remark-preset-lint-recommended": "^7.0.0",
"remark-rehype": "^11.1.1",
"yaml": "^2.4.1"
}
}