forked from shuaiplus/NodeCrypt
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.04 KB
/
package.json
File metadata and controls
43 lines (43 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
40
41
42
43
{
"name": "nodecrypt",
"version": "1.0.0",
"description": "端到端加密节点",
"main": "worker/index.js",
"scripts": {
"build": "vite build",
"dev": " wrangler dev",
"deploy": " wrangler deploy",
"publish": " wrangler publish",
"build:docker": "vite build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shuaiplus/NodeCrypt.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/shuaiplus/NodeCrypt/issues"
},
"homepage": "https://github.com/shuaiplus/NodeCrypt#readme",
"devDependencies": {
"autoprefixer": "^10.4.21",
"cssnano": "^7.0.7",
"terser": "^5.39.2",
"vite": "^6.3.5",
"wrangler": "^4.16.1"
},
"dependencies": {
"@dicebear/core": "^9.2.2",
"@dicebear/micah": "^9.2.2",
"aes-js": "^3.1.2",
"buffer": "^6.0.3",
"dompurify": "^3.2.6",
"elliptic": "^6.6.1",
"emoji-picker-element": "^1.26.3",
"fflate": "^0.8.2",
"js-chacha20": "^1.1.0",
"js-sha256": "^0.11.0"
}
}