-
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) · 941 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 941 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": "until-github-readme",
"version": "1.0.0",
"description": "GitHub README에 Until 블로그의 최신 글을 표시하는 서비스",
"main": "dist/index.js",
"scripts": {
"dev": "npm run build && node dist/dev.js",
"clean": "rm -rf dist",
"build": "npm run clean && tsc"
},
"keywords": [
"github",
"readme",
"blog",
"svg",
"github-action"
],
"author": "",
"license": "ISC",
"dependencies": {
"@actions/core": "^1.10.1",
"axios": "^1.8.4",
"express": "^5.1.0"
},
"devDependencies": {
"@types/express": "^5.0.1",
"@types/node": "^22.13.15",
"@typescript-eslint/eslint-plugin": "^8.29.1",
"@typescript-eslint/parser": "^8.29.1",
"eslint": "^9.24.0",
"eslint-config-prettier": "^10.1.2",
"eslint-plugin-prettier": "^5.2.6",
"husky": "^9.1.7",
"lint-staged": "^15.5.1",
"prettier": "^3.5.3",
"typescript": "^5.8.2"
}
}