update
This commit is contained in:
24
package.json
24
package.json
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@kevisual/kv-login",
|
||||
"version": "0.1.1",
|
||||
"version": "0.1.4",
|
||||
"description": "",
|
||||
"main": "src/main.ts",
|
||||
"scripts": {
|
||||
@@ -9,25 +9,26 @@
|
||||
"postbuild": "dts -i src/main.ts -o app.d.ts",
|
||||
"build:test": "vite build",
|
||||
"prepub": "rm -rf ./dist && pnpm run build:test",
|
||||
"pub": "ev deploy ./dist -k kv-login-test -v 0.0.6 -u -y yes"
|
||||
"pub": "ev deploy ./dist -k login -v 0.1.4 -u -y yes"
|
||||
},
|
||||
"keywords": [],
|
||||
"files": [
|
||||
"types",
|
||||
"src",
|
||||
"dist"
|
||||
],
|
||||
"author": "abearxiong <xiongxiao@xiongxiao.me> (https://www.xiongxiao.me)",
|
||||
"license": "MIT",
|
||||
"packageManager": "pnpm@10.26.0",
|
||||
"packageManager": "pnpm@10.26.2",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"type": "module",
|
||||
"files": [
|
||||
"types",
|
||||
"dist"
|
||||
],
|
||||
"dependencies": {
|
||||
"@kevisual/context": "^0.0.4",
|
||||
"@kevisual/query": "^0.0.32",
|
||||
"@kevisual/query-login": "^0.0.7",
|
||||
"lit-html": "^3.3.1",
|
||||
"crypto-js": "^4.2.0",
|
||||
"lit-html": "^3.3.2",
|
||||
"qrcode": "^1.5.4"
|
||||
},
|
||||
"exports": {
|
||||
@@ -36,8 +37,7 @@
|
||||
},
|
||||
"types": "./types/index.d.ts",
|
||||
"devDependencies": {
|
||||
"@types/bun": "^1.3.4",
|
||||
"@types/qrcode": "^1.5.6",
|
||||
"vite": "^7.3.0"
|
||||
"@kevisual/api": "^0.0.8",
|
||||
"@types/bun": "^1.3.5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user