-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.2 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.2 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "chatmd",
"version": "8.10.0",
"description": "Un outil libre et gratuit pour créer un chatbot à partir d'un simple fichier en Markdown",
"main": "script.min.js",
"devDependencies": {
"@eslint/js": "^9.8.0",
"@go-task/cli": "^3.42.1",
"@rollup/plugin-terser": "^0.4.4",
"codeceptjs": "^3.7.3",
"es-check": "^9.0.0",
"eslint": "^9.8.0",
"eslint-plugin-codeceptjs": "^1.3.0",
"globals": "^15.9.0",
"jasmine": "^5.6.0",
"jsdom": "^26.1.0",
"playwright": "^1.52.0",
"postcss": "^8.4.40",
"postcss-clean": "^1.2.2",
"prettier": "3.3.3",
"rollup": "^4.19.2",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-string": "^3.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rollup --config",
"dev": "node --env-file=.env server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eyssette/chatMD.git"
},
"keywords": [
"chatbot",
"Markdown",
"LLM",
"RAG"
],
"author": "Cédric Eyssette",
"license": "MIT",
"bugs": {
"url": "https://github.com/eyssette/chatMD/issues"
},
"homepage": "https://github.com/eyssette/chatMD#readme"
}