-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1021 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
{
"name": "cvgenius",
"version": "1.0.0",
"description": "Creating your CV with some powerful tools like grammer checking or ai support.",
"main": "index.js",
"scripts": {
"test": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/The-Shower-Coders/CVGenius.git"
},
"keywords": [
"cv",
"resume",
"insider",
"ai"
],
"author": "The Shower Coders",
"license": "MIT",
"bugs": {
"url": "https://github.com/The-Shower-Coders/CVGenius/issues"
},
"homepage": "https://github.com/The-Shower-Coders/CVGenius#readme",
"dependencies": {
"@glidejs/glide": "^3.6.0",
"body-parser": "^1.20.2",
"colors": "^1.4.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"express": "^4.18.2",
"mongodb": "^5.6.0",
"nodemon": "^2.0.22",
"password-validator": "^5.3.0",
"puppeteer": "^20.2.1",
"python-shell": "^5.0.0",
"sha1": "^1.1.1",
"uuid": "^9.0.0"
}
}