-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.22 KB
/
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
43
44
45
46
{
"name": "maturity.theodi.org",
"version": "2.0.1",
"description": "The ODI Maturity Assessment Tool",
"main": "index.js",
"scripts": {
"start": "nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/theodi/maturity.theodi.org.git"
},
"author": "David Tarrant",
"license": "ISC",
"bugs": {
"url": "https://github.com/theodi/maturity.theodi.org/issues"
},
"homepage": "https://github.com/theodi/maturity.theodi.org",
"dependencies": {
"@hubspot/api-client": "^11.1.0",
"bcrypt": "^5.1.1",
"cheerio": "^1.0.0",
"cors": "^2.8.5",
"csv-parse": "^5.5.6",
"csv-parser": "^3.0.0",
"docx": "^8.5.0",
"dotenv": "^16.4.5",
"ejs": "^3.1.8",
"express": "^4.18.2",
"express-session": "^1.17.3",
"fs": "^0.0.1-security",
"json2csv": "^6.0.0-alpha.2",
"mongoose": "^8.2.1",
"morgan": "^1.10.0",
"node-cron": "^3.0.3",
"node-fetch": "^3.3.2",
"node-html-parser": "^6.1.13",
"nodemon": "^3.1.0",
"openai": "^4.56.2",
"passport": "^0.6.0",
"passport-google-oauth": "^2.0.0",
"passport-local": "^1.0.0",
"tmp-promise": "^3.0.3"
}
}