-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
41 lines (41 loc) · 1.11 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
{
"name": "clone-learn-tsinghua",
"version": "1.0.0",
"description": "",
"type": "module",
"main": "index.js",
"private": true,
"scripts": {
"start": "tsc && node --openssl-config=openssl.cnf build/index.js",
"build": "rollup -c && pkg build/bundle.cjs"
},
"author": "",
"license": "ISC",
"dependencies": {
"@types/cli-progress": "^3.11.2",
"@types/lodash": "^4.14.198",
"@types/node": "^20.6.2",
"@types/textversionjs": "^1.1.2",
"@types/tough-cookie": "^4.0.3",
"cli-progress": "^3.12.0",
"cross-fetch": "^4.0.0",
"eslint": "^8.49.0",
"html-entities": "^2.4.0",
"lodash": "^4.17.21",
"node-fetch-cookie-native": "^0.0.1",
"node-fetch-native": "^1.4.0",
"real-isomorphic-fetch": "^3.0.0",
"textversionjs": "^1.1.3",
"thu-learn-lib": "^3.1.1",
"typescript": "^5.2.2"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^25.0.4",
"@rollup/plugin-json": "^6.0.0",
"@rollup/plugin-node-resolve": "^15.2.1",
"@rollup/plugin-typescript": "^11.1.3",
"pkg": "^5.8.1",
"rollup": "^3.29.5",
"tslib": "^2.6.2"
}
}