mirror of
https://github.com/oven-sh/bun
synced 2026-02-10 02:48:50 +00:00
* Unified event loop * Update WebKit, add test for es-module-lexer * Update README.md * Use async wasm * Explicitly set whether concurrenttask should be deinit'd * Update package.json --------- Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com>
43 lines
1.0 KiB
JSON
43 lines
1.0 KiB
JSON
{
|
|
"name": "test",
|
|
"devDependencies": {
|
|
"@types/dedent": "0.7.0"
|
|
},
|
|
"dependencies": {
|
|
"@prisma/client": "5.0.0",
|
|
"@swc/core": "1.3.38",
|
|
"@types/react": "18.0.28",
|
|
"@types/react-dom": "18.0.11",
|
|
"@types/supertest": "2.0.12",
|
|
"bktree-fast": "0.0.7",
|
|
"body-parser": "1.20.2",
|
|
"comlink": "4.4.1",
|
|
"dedent": "0.7.0",
|
|
"es-module-lexer": "1.3.0",
|
|
"esbuild": "0.18.6",
|
|
"express": "4.18.2",
|
|
"iconv-lite": "0.6.3",
|
|
"jest-extended": "4.0.0",
|
|
"lodash": "4.17.21",
|
|
"nodemailer": "6.9.3",
|
|
"pg": "8.11.1",
|
|
"pg-connection-string": "2.6.1",
|
|
"postgres": "3.3.5",
|
|
"prisma": "5.0.0",
|
|
"socket.io": "4.7.1",
|
|
"socket.io-client": "4.7.1",
|
|
"supertest": "6.3.3",
|
|
"svelte": "3.55.1",
|
|
"typescript": "5.0.2",
|
|
"undici": "5.20.0",
|
|
"vitest": "0.32.2",
|
|
"webpack": "5.88.0",
|
|
"webpack-cli": "4.7.2"
|
|
},
|
|
"private": true,
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit",
|
|
"postinstall": "cd node_modules/bktree-fast && npx node-gyp configure build"
|
|
}
|
|
}
|