-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 914 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
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "leyrep-website",
"version": "1.0.0",
"description": "Sitio web no oficial sobre la Ley REP en Chile",
"main": "server.js",
"scripts": {
"test": "jest",
"start": "node server.js",
"load": "node scripts/load_flow.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MariferVL/LeyREP_Q-A.git"
},
"keywords": [
"Ley",
"REP",
"reciclaje",
"Chile",
"chatbot",
"flowise",
"js",
"node"
],
"author": "María-Fernanda Villalobos",
"license": "MIT",
"bugs": {
"url": "https://github.com/MariferVL/LeyREP_Q-A/issues"
},
"homepage": "https://github.com/MariferVL/LeyREP_Q-A#readme",
"dependencies": {
"axios": "^1.5.0",
"body-parser": "^1.20.2",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"firebase": "^10.4.0"
},
"devDependencies": {
"eslint": "^8.49.0",
"jest": "^29.7.0"
}
}