generated from dotcomrow/nodejs-cloudflare-service-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.15 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "api-gateway",
"version": "1.0.0",
"devDependencies": {
"@cloudflare/workers-types": "^4.20240620.0",
"@types/jsonwebtoken": "^9.0.6",
"@types/path-browserify": "^1.0.2",
"babel-loader": "^9.1.3",
"npm-gcp-logging": "^1.0.59",
"npm-gcp-bigquery": "^1.0.19",
"npm-gcp-token": "^1.0.19",
"npm-gcp-userinfo": "^1.0.6",
"serialize-error": "^11.0.3",
"ts-loader": "^9.5.1",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4",
"crypto-browserify": "3.12.0",
"https-browserify": "^1.0.0",
"stream-http": "^3.2.0",
"url": "^0.11.0",
"vm-browserify": "^1.1.2",
"buffer": "^6.0.3",
"process": "^0.11.10",
"better-sqlite3": "^11.1.2",
"drizzle-kit": "^0.23.0",
"drizzle-orm": "^0.32.0",
"uuid":"^10.0.0"
},
"private": true,
"type": "module",
"scripts": {
"build": "webpack --config webpack.config.js",
"start": "clear && webpack --config webpack.config.js && npx wrangler dev --remote"
},
"dependencies": {
"@types/node": "^20.14.8"
}
}