-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.04 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.04 KB
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
{
"name": "@music-lyric-kit/plugin-transform-interlude",
"version": "0.3.5",
"author": "folltoshe",
"type": "module",
"description": "Music Lyric Kit - Transform Interlude Plugin",
"license": "MIT",
"scripts": {
"build": "vite build"
},
"homepage": "https://github.com/music-lyric/music-lyric-kit-node#readme",
"bugs": {
"url": "https://github.com/music-lyric/music-lyric-kit-node/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/music-lyric/music-lyric-kit-node.git",
"directory": "plugins/transform-interlude"
},
"main": "./dist/index.comm.js",
"module": "./dist/index.ecma.js",
"types": "./dist/index.ecma.d.ts",
"exports": {
".": {
"dev": "./src/index.ts",
"types": "./dist/index.ecma.d.ts",
"import": "./dist/index.ecma.js",
"require": "./dist/index.comm.js"
}
},
"files": [
"dist"
],
"dependencies": {
"@music-lyric-kit/core": "workspace:^",
"@music-lyric-kit/lyric": "workspace:^",
"@music-lyric-kit/utils": "workspace:^"
}
}