-
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.17 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1.17 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": "ts-vite-google-functions-monorepo-starter",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"clean": "pnpm -r clean",
"build": "pnpm -r build",
"dev": "pnpm -r --stream dev",
"deploy-functions": "pnpm run -r --stream deploy",
"create-function": "cross-env NODE_OPTIONS='--import tsx' plop function --plopfile=./packages/templates/plopfile.ts",
"create-package": "cross-env NODE_OPTIONS='--import tsx' plop package --plopfile=./packages/templates/plopfile.ts",
"publish-message": "NODE_NO_WARNINGS=1 tsx index.ts publish-message"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@swc/core": "^1.10.7",
"@types/node": "^22.10.5",
"case-anything": "^3.1.0",
"commander": "^13.0.0",
"cross-env": "^7.0.3",
"ignore": "^7.0.0",
"node-plop": "^0.32.0",
"plop": "^4.0.1",
"tsx": "^4.19.2",
"typescript": "^5.7.3",
"vite": "^6.0.7",
"vite-plugin-node": "^4.0.0",
"vite-plugin-static-copy": "^2.2.0",
"vite-tsconfig-paths": "^5.1.4",
"which-pm-runs": "^1.1.0"
},
"dependencies": {
"@google-cloud/functions-framework": "^3.4.5"
}
}