-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 2.7 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 2.7 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
{
"name": "amll-player-plugin-template",
"version": "0.0.1",
"license": "MIT",
"scripts": {
"build:dev": "rollup -c",
"build:src": "rollup -c --environment NODE_ENV:production,SRCMAP:true",
"build": "rollup -c --environment NODE_ENV:production"
},
"amllPlayerMeta": {
"id": "net.stevexmh.test",
"name:en-US": "Test Plugin",
"name:zh-CN": "测试插件",
"dependency": [],
"icon": "data:image/svg+xml,%3Csvg%20width%3D%2250%22%20height%3D%2250%22%20viewBox%3D%220%200%20128%20128%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill%3D%22white%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M53.312%2042.008c-.163.015-1.61.267-1.783.301l-20.025%203.967-.007.002c-.522.108-.932.29-1.248.551-.382.315-.594.76-.674%201.277-.017.11-.045.335-.045.665v24.606c0%20.575-.047%201.134-.444%201.61-.396.476-.887.619-1.461.733l-1.308.259c-1.655.327-2.73.55-3.706.92-.932.355-1.63.807-2.186%201.38-1.102%201.134-1.55%202.672-1.396%204.112a5.114%205.114%200%20001.662%203.274%205.078%205.078%200%20002.431%201.224c.998.197%202.06.129%203.614-.18.827-.163%201.602-.419%202.34-.847a5.838%205.838%200%20001.843-1.674c.49-.689.806-1.455.98-2.269.18-.84.223-1.598.223-2.436V58.142c0-1.143.33-1.444%201.269-1.668%200%200%2016.644-3.297%2017.42-3.445%201.084-.204%201.595.099%201.595%201.214v14.568c0%20.577-.005%201.162-.406%201.64-.397.475-.887.619-1.462.733l-1.308.258c-1.654.328-2.73.55-3.705.921-.932.355-1.63.807-2.186%201.38a5.154%205.154%200%2000-1.435%204.112c.13%201.23.733%202.405%201.7%203.274a5.08%205.08%200%20002.432%201.213c.997.196%202.06.127%203.614-.18.827-.164%201.602-.408%202.339-.836a5.837%205.837%200%20001.843-1.674c.49-.69.807-1.455.98-2.27.18-.839.188-1.598.188-2.436v-31.2c.004-1.132-.605-1.83-1.688-1.738z%22%2F%3E%3Crect%20x%3D%2267%22%20y%3D%2230%22%20width%3D%2242%22%20height%3D%226%22%20rx%3D%223%22%2F%3E%3Crect%20x%3D%2267%22%20y%3D%2272%22%20width%3D%2242%22%20height%3D%226%22%20rx%3D%223%22%2F%3E%3Crect%20x%3D%2267%22%20y%3D%2251%22%20width%3D%2242%22%20height%3D%226%22%20rx%3D%223%22%2F%3E%3Crect%20x%3D%2267%22%20y%3D%2293%22%20width%3D%2242%22%20height%3D%226%22%20rx%3D%223%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"
},
"devDependencies": {
"@applemusic-like-lyrics/lyric": "^0.2.4",
"@radix-ui/themes": "^3.1.4",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-typescript": "^12.1.0",
"@types/react": "^18.3.11",
"@types/react-dom": "^18.3.1",
"dexie": "^4.0.8",
"esbuild": "^0.24.0",
"i18next": "^23.15.2",
"jotai": "^2.10.0",
"rollup": "^4.24.0",
"rollup-plugin-esbuild": "^6.1.1",
"tslib": "^2.7.0",
"typescript": "^5.6.3"
}
}