delete swc dependencie

This commit is contained in:
MARCROCK22 2024-03-09 16:10:05 -04:00
parent b131c2f9bd
commit ca54b68f23
2 changed files with 1 additions and 1514 deletions

1510
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -9,7 +9,6 @@
], ],
"scripts": { "scripts": {
"build": "tsc --outDir ./lib", "build": "tsc --outDir ./lib",
"dev": "swc src -d lib -w",
"prepublishOnly": "npm run build", "prepublishOnly": "npm run build",
"prepare": "npm run build && husky install", "prepare": "npm run build && husky install",
"lint": "biome lint --apply ./src", "lint": "biome lint --apply ./src",
@ -33,13 +32,11 @@
] ]
}, },
"devDependencies": { "devDependencies": {
"lint-staged": "^15.2.2",
"@biomejs/biome": "1.5.0", "@biomejs/biome": "1.5.0",
"@swc/cli": "^0.1.63",
"@swc/core": "^1.3.102",
"@types/node": "^20.10.7", "@types/node": "^20.10.7",
"@types/ws": "^8.5.10", "@types/ws": "^8.5.10",
"husky": "^8.0.3", "husky": "^8.0.3",
"lint-staged": "^15.2.2",
"typescript": "^5.3.3" "typescript": "^5.3.3"
}, },
"optionalDependencies": { "optionalDependencies": {