-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 941 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
{
"name": "linkedin-quizzes",
"version": "1.0.15",
"description": "Linkedin skill assessments quizzes from the terminal",
"main": "index.js",
"types": "types/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Anis Marrouchi",
"license": "MIT",
"peerDependencies": {
"linkedin-assessments-quizzes": "^2.0.0"
},
"dependencies": {
"boxen": "^7.0.0",
"chalk": "^5.0.1",
"cli-highlight": "^2.1.11",
"glob": "^8.0.3",
"linkedin-assessments-quizzes": "^2.0.0",
"lodash": "^4.17.21",
"markdown-json": "^1.6.1",
"nextjs-kodyfire": "^0.0.16",
"prompts": "^2.4.2",
"remark": "^14.0.2",
"remark-parse": "^10.0.1",
"terminal-image": "^2.0.0",
"unified": "^10.1.2",
"unist-util-visit": "^4.1.0"
},
"devDependencies": {
"@types/js-beautify": "^1.13.3",
"@types/mdast": "^3.0.10",
"typescript": "^4.7.4"
}
}