We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9597b7c commit 067835eCopy full SHA for 067835e
package.json
@@ -4,6 +4,10 @@
4
"description": "lrc parser, maker, runner",
5
"main": "lib/cjs/lrc-kit.js",
6
"module": "lib/esm/lrc-kit.js",
7
+ "keywords": [
8
+ "lrc",
9
+ "lyric"
10
+ ],
11
"scripts": {
12
"build": "yarn run build:esm && yarn run build:cjs",
13
"build:esm": "tsc --module es2015 --target es5 --outDir lib/esm",
0 commit comments