This commit is contained in:
Boki 2025-06-22 17:55:51 -04:00
parent d858222af7
commit 7d9044ab29
202 changed files with 10755 additions and 10972 deletions

View file

@ -1,25 +1,25 @@
{
"name": "@stock-bot/proxy",
"version": "0.1.0",
"description": "Proxy management and synchronization services",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"clean": "rm -rf dist"
},
"dependencies": {
"@stock-bot/logger": "workspace:*",
"@stock-bot/cache": "workspace:*"
},
"devDependencies": {
"typescript": "^5.0.0"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
}
}
{
"name": "@stock-bot/proxy",
"version": "0.1.0",
"description": "Proxy management and synchronization services",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"clean": "rm -rf dist"
},
"dependencies": {
"@stock-bot/logger": "workspace:*",
"@stock-bot/cache": "workspace:*"
},
"devDependencies": {
"typescript": "^5.0.0"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
}
}