-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d346112
commit 631c4b3
Showing
1 changed file
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,10 +15,16 @@ | |
"prepack": "pnpm build", | ||
"test": "node -r ts-node/register --test tests/*.test.ts" | ||
}, | ||
"keywords": ["comcigan", "parser", "typescript", "school", "korean"], | ||
"keywords": [ | ||
"comcigan", | ||
"parser", | ||
"typescript", | ||
"school", | ||
"korean" | ||
], | ||
"author": "Starcea <[email protected]>", | ||
"license": "LGPL-3.0-or-later", | ||
"packageManager": "pnpm@9.4.0+sha512.f549b8a52c9d2b8536762f99c0722205efc5af913e77835dbccc3b0b0b2ca9e7dc8022b78062c17291c48e88749c70ce88eb5a74f1fa8c4bf5e18bb46c8bd83a", | ||
"packageManager": "pnpm@9.14.2+sha512.6e2baf77d06b9362294152c851c4f278ede37ab1eba3a55fda317a4a17b209f4dbb973fb250a77abc463a341fcb1f17f17cfa24091c4eb319cda0d9b84278387", | ||
"devDependencies": { | ||
"@biomejs/biome": "^1.8.3", | ||
"@types/node": "^20.14.9", | ||
|
@@ -32,6 +38,8 @@ | |
"undici": "^6.20.1" | ||
}, | ||
"release": { | ||
"branches": ["release"] | ||
"branches": [ | ||
"release" | ||
] | ||
} | ||
} |