bump: 和更新配置

This commit is contained in:
2024-11-29 01:45:54 +08:00
parent 73118f8454
commit 5c91ac8b8d
10 changed files with 37 additions and 27 deletions

View File

@@ -1,9 +1,20 @@
{
"name": "var-proxy",
"name": "page-proxy",
"version": "0.0.1",
"description": "",
"main": "index.js",
"type": "module",
"app": {
"key": "page-proxy",
"entry": "dist/app.mjs",
"type": "micro-app",
"files": [
"dist"
]
},
"files": [
"dist"
],
"scripts": {
"dev": "cross-env NODE_ENV=development nodemon --ignore upload --exec tsx src/index.ts",
"build": "rimraf dist && rollup -c",
@@ -15,25 +26,24 @@
"author": "",
"license": "ISC",
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.0",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-typescript": "^12.1.0",
"@rollup/plugin-typescript": "^12.1.1",
"@types/http-proxy": "^1.17.15",
"@types/node": "^22.7.5",
"@types/node": "^22.10.1",
"cross-env": "^7.0.3",
"nodemon": "^3.1.7",
"rollup": "^4.24.0",
"ts-lib": "^0.0.5",
"tslib": "^2.7.0",
"typescript": "^5.6.3"
"rollup": "^4.27.4",
"tslib": "^2.8.1",
"typescript": "^5.7.2"
},
"dependencies": {
"@abearxiong/router": "0.0.1-alpha.43",
"@abearxiong/use-config": "^0.0.2",
"@kevisual/router": "0.0.6-alpha-2",
"@kevisual/use-config": "^1.0.3",
"@abearxiong/use-file-store": "^0.0.1",
"ioredis": "^5.4.1",
"nanoid": "^5.0.7"
"nanoid": "^5.0.9"
},
"resolutions": {
"picomatch": "^4.0.2"