forked from upupming/zju-grs-ics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.28 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": "zju-grs-ics",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"generate": "cross-env NODE_ENV=production ts-node src/index.ts",
"dev": "cross-env NODE_ENV=development nodemon --watch src/**/* -e ts,json --exec node --inspect -r ts-node/register src/index.ts",
"clean": "rm -rf output"
},
"license": "MIT",
"dependencies": {
"axios": "^0.20.0",
"cheerio": "^1.0.0-rc.3",
"dayjs": "^1.8.35",
"html-minifier": "^4.0.0",
"ics": "^2.24.0",
"mkdirp": "^1.0.4",
"nzh": "^1.0.4"
},
"devDependencies": {
"@types/cheerio": "0.22.21",
"@types/html-minifier": "^4.0.0",
"@types/mkdirp": "^1.0.1",
"@types/node": "^14.10.1",
"@typescript-eslint/eslint-plugin": "^4.1.0",
"@typescript-eslint/parser": "^4.4.1",
"cross-env": "^7.0.2",
"eslint": "^7.8.1",
"eslint-config-prettier": "^6.11.0",
"eslint-config-standard": "^14.1.1",
"eslint-config-standard-with-typescript": "^19.0.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"nodemon": "^2.0.4",
"prettier": "^2.1.1",
"semver": "^7.3.2",
"ts-node": "^9.0.0",
"typescript": "^4.0.2"
}
}