-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 829 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 829 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "mhynotrelease",
"version": "1.3.2",
"description": "让网易云也能首发米哈游音乐",
"main": "index.js",
"repository": "https://github.com/etherfun/MHYNotRelease",
"author": "etherfun <124044584+etherfun@users.noreply.github.com>",
"license": "GPL-3.0",
"private": true,
"dependencies": {
"browser-id3-writer": "^6.1.0",
"crypto-js": "^4.2.0"
},
"devDependencies": {
"@types/react": "^18.0.29",
"@types/react-dom": "^18.0.11",
"esbuild": "^0.17.13"
},
"scripts": {
"build:dev": "esbuild ./src/main.tsx --bundle --outdir=dist --sourcemap=inline --watch --target=chrome91",
"build": "esbuild ./src/main.tsx --bundle --minify --outdir=dist --target=chrome91",
"analyze": "esbuild --bundle ./src/main.tsx --outdir=dist --minify --analyze=verbose"
}
}