-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 869 Bytes
/
package.json
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
40
{
"name": "@axolo/file-md5-web",
"version": "0.1.5",
"description": "Get file md5 in web",
"author": "Yueming Fang",
"license": "MIT",
"type": "module",
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"build:npm": "vite build --config npm.config.js"
},
"dependencies": {
"spark-md5": "^3.0.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.1.4",
"vite": "^5.4.10",
"vue": "^3.5.12"
},
"keywords": [
"file md5",
"file md5 frontend",
"file md5 browser",
"file md5 webview",
"file md5 web",
"file md5 javascript",
"file md5 js"
],
"homepage": "https://github.com/axolo/file-md5-web#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/axolo/file-md5-web.git"
}
}