-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.15 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": "kaist-today-notice",
"version": "8.2.0",
"description": "KAIST 오늘의 공지사항",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": "./dist/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"fix": "eslint --fix *.ts .eslintrc.js",
"build": "tsc",
"prepublish": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hyeongukryu/kaist-today-notice.git"
},
"author": "류형욱",
"license": "MIT",
"bugs": {
"url": "https://github.com/hyeongukryu/kaist-today-notice/issues"
},
"homepage": "https://github.com/hyeongukryu/kaist-today-notice#readme",
"dependencies": {
"axios": "^1.7.9",
"axios-cookiejar-support": "^5.0.5",
"jsdom": "^26.0.0",
"kisa-seed": "^1.0.1",
"tough-cookie": "^5.1.0"
},
"devDependencies": {
"@types/jsdom": "^21.1.7",
"@types/node": "^22.10.10",
"@types/tough-cookie": "^4.0.5",
"@typescript-eslint/eslint-plugin": "^8.21.0",
"@typescript-eslint/parser": "^8.21.0",
"eslint": "^8",
"eslint-config-airbnb-base": "^15.0.0",
"typescript": "^5.7.3"
}
}