forked from greatfrontend/top-javascript-interview-questions
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 865 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 865 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
33
34
35
36
37
38
{
"name": "top-javascript-interview-questions",
"version": "1.0.0",
"description": "List of top JavaScript interview questions",
"keywords": [
"interview",
"javascript",
"questions"
],
"license": "ISC",
"author": "yangshun",
"type": "module",
"main": "index.js",
"scripts": {
"gen": "tsx scripts/gen.ts",
"rank": "tsx scripts/rank.ts",
"i18n": "langnostic translate",
"prepare": "vp config"
},
"dependencies": {
"@types/node": "^20.14.2",
"github-slugger": "^2.0.0",
"globby": "^14.0.1",
"gray-matter": "^4.0.3",
"langnostic": "^0.0.8",
"lodash-es": "^4.17.21",
"tsx": "^4.15.1"
},
"devDependencies": {
"@types/lodash-es": "^4.17.12",
"typescript": "^5.8.2",
"vite-plus": "catalog:"
},
"engines": {
"node": ">= 24.15.0"
},
"packageManager": "pnpm@10.9.0"
}