Skip to content

Commit b531546

Browse files
committed
🔧 add command for execution
1 parent 4beddd6 commit b531546

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,16 @@
22
"name": "boj.io",
33
"version": "1.0.0",
44
"description": "Baekjoon Online Judge 문제 풀이 검증 자동화 CLI",
5-
"main": "index.js",
5+
"main": "build/index.js",
6+
"bin": {
7+
"boj": "./build/index.js"
8+
},
69
"scripts": {
710
"build": "tsc",
811
"test": "echo \"Error: no test specified\" && exit 1"
912
},
10-
"keywords": [],
11-
"author": "",
13+
"keywords": ["boj", "baekjoon", "online", "judge", "problem", "solving", "ps"],
14+
"author": "1lsang",
1215
"license": "ISC",
1316
"devDependencies": {
1417
"@types/node": "^20.11.19",

0 commit comments

Comments
 (0)