-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 970 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 970 Bytes
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
{
"dependencies": {
"axios": "^1.8.2",
"dotenv": "^16.4.7",
"marked": "^15.0.6",
"nodemailer": "^6.10.0",
"openai": "^4.85.4",
"puppeteer": "^24.1.1"
},
"devDependencies": {
"@eslint/js": "^9.22.0",
"eslint": "^9.22.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-prettier": "^5.2.3",
"globals": "^16.0.0",
"prettier": "^3.4.2"
},
"name": "cv",
"version": "1.14.0",
"description": "Create pdf and html CV based on markdown README",
"main": "index.js",
"repository": "git@github.com:jujax/cv.git",
"author": "Julien Pelletier <construire.usine6t@icloud.com>",
"license": "MIT",
"scripts": {
"start": "node index.js",
"lint": "eslint index.js --fix",
"format": "prettier --write index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}