-
Notifications
You must be signed in to change notification settings - Fork 51
/
package.json
43 lines (43 loc) · 1.17 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
{
"name": "interview-question",
"version": "0.0.72",
"description": "想做一个很全的面试题库工程",
"main": "index.js",
"scripts": {
"write": "ts-node src/githubApi/issue/index.ts",
"release": "ts-node src/githubApi/releaseNote/index.ts",
"juejin_spider": "ts-node src/spider/juejin/getRecentQuection.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yanlele/interview-question.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/yanlele/interview-question/issues"
},
"homepage": "https://github.com/yanlele/interview-question#readme",
"devDependencies": {
"@types/lodash": "^4.14.191",
"@types/node": "^18.14.6",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.1.2",
"typescript": "^4.9.5"
},
"dependencies": {
"@inquirer/prompts": "^3.3.0",
"axios": "^1.3.4",
"chatgpt": "^5.0.6",
"cheerio": "1.0.0-rc.12",
"crawlee": "^3.11.5",
"dayjs": "^1.11.7",
"html-to-md": "^0.8.3",
"lodash": "^4.17.21",
"md-to-pdf": "^5.2.1",
"octokit": "^2.0.14",
"openai": "^3.2.1",
"playwright": "^1.48.0",
"puppeteer": "^19.9.1"
}
}