-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.57 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.57 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
39
40
41
42
43
44
45
46
47
48
49
{
"name": "firestore-cli",
"version": "1.1.8",
"description": "",
"main": "main.mjs",
"scripts": {
"tests": "FIRESTORE_EMULATOR_HOST=localhost:8080 NODE_OPTIONS='--experimental-vm-modules' jest",
"test:unit": "NODE_OPTIONS='--experimental-vm-modules' jest tests/unit",
"test:e2e": "NODE_OPTIONS='--experimental-vm-modules' jest tests/e2e",
"test:integrated": "firebase emulators:exec --only firestore \"pnpm tests\"",
"test:docker": "docker-compose up --build --abort-on-container-exit",
"prebuild": "tsc -p tsconfig.json",
"build": "node build.mjs",
"dev": "tsx main.mts"
},
"bin": {
"firestore-cli": "built/main.mjs"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@google-cloud/firestore": "^7.11.1",
"@inquirer/prompts": "^7.2.1",
"@types/express": "^5.0.0",
"@types/jest": "^30.0.0",
"@types/node": "^22.10.2",
"chalk": "^5.4.1",
"commander": "^12.1.0",
"esbuild": "^0.25.4",
"express": "^4.21.2",
"fast-csv": "^5.0.2",
"json-to-zod": "^1.1.2",
"open": "^10.1.0",
"ora": "^8.1.1",
"tabtab": "^3.0.2",
"typescript": "^5.7.2",
"zod": "^4.3.6"
},
"devDependencies": {
"@babel/preset-env": "^7.26.0",
"@babel/preset-typescript": "^7.26.0",
"@jest/globals": "^29.7.0",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"jest-ts-webcompat-resolver": "^1.0.1"
},
"packageManager": "pnpm@10.7.0+sha512.6b865ad4b62a1d9842b61d674a393903b871d9244954f652b8842c2b553c72176b278f64c463e52d40fff8aba385c235c8c9ecf5cc7de4fd78b8bb6d49633ab6"
}