-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 862 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 862 Bytes
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
{
"name": "call-vertex-remote-config-server-client",
"version": "1.0.0",
"description": "JavaScript quickstart for Vertex AI, Firebase Remote Config server, and App Check.",
"repository": {
"type": "git",
"url": "git+https://github.com/firebase/functions-samples.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/firebase/functions-samples/issues"
},
"engines": {
"npm": ">=9.0.0 <10.0.0",
"node": ">=18.0.0 <=20.0.0"
},
"homepage": "https://github.com/firebase/functions-samples#readme",
"devDependencies": {
"typescript": "^5.1.6",
"vite": "^4.4.9"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"format": "prettier --write ."
},
"dependencies": {
"@firebase/functions": "^0.11.5",
"firebase": "^10.12.1",
"showdown": "^2.1.0"
}
}