feat: 更新sign的模块

This commit is contained in:
2024-11-16 12:34:08 +08:00
parent 780d744a16
commit 926c0a09cd
8 changed files with 159 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package",
"name": "@kevisual/router",
"version": "0.0.4-alpha-8",
"version": "0.0.4",
"description": "",
"main": "dist/index.js",
"module": "dist/index.js",
@@ -41,6 +41,7 @@
"url": "git+https://github.com/abearxiong/kevisual-router.git"
},
"dependencies": {
"selfsigned": "^2.4.1",
"ws": "^8.18.0"
},
"publishConfig": {
@@ -54,6 +55,10 @@
"./browser": {
"import": "./dist/router-browser.js",
"require": "./dist/router-browser.js"
},
"./sign": {
"import": "./dist/router-sign.js",
"require": "./dist/router-sign.js"
}
}
}
}