1
0

Revert "add esbuild for bundling, update dependencies"

This reverts commit 4ceac0270f.
This commit is contained in:
2024-02-01 01:10:32 +01:00
parent 7c82dff259
commit adf522c3ab
2 changed files with 32 additions and 440 deletions

View File

@@ -9,7 +9,7 @@
"node": ">=18"
},
"scripts": {
"build": "esbuild src/index.ts --bundle --outfile=index.js && tsc --emitDeclarationOnly",
"build": "tsc",
"test": "jest"
},
"repository": {
@@ -30,14 +30,13 @@
},
"homepage": "https://github.com/tsndr/cloudflare-worker-jwt#readme",
"devDependencies": {
"@cloudflare/workers-types": "^4.20240129.0",
"@cloudflare/workers-types": "^4.20231025.0",
"@jest/globals": "^29.7.0",
"@types/jest": "^29.5.11",
"@types/node": "^20.11.14",
"esbuild": "^0.20.0",
"@types/jest": "^29.5.8",
"@types/node": "^20.9.0",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
"ts-jest": "^29.1.1",
"ts-node": "^10.9.1",
"typescript": "^5.2.2"
}
}