-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 1.61 KB
/
package.json
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
50
51
52
53
54
55
56
57
{
"name": "zod-firebase-schema",
"private": true,
"description": "zod firebase schema",
"author": {
"name": "Valian",
"url": "https://valian.ca",
"organization": true
},
"repository": {
"type": "git",
"url": "git+https://github.com/valian-ca/zod-firebase-admin.git"
},
"keywords": [
"zod",
"firebase",
"firebase-admin"
],
"version": "1.4.0",
"scripts": {
"preinstall": "npx only-allow pnpm",
"eslint": "eslint .",
"prettier": "prettier --check .",
"lint:md": "markdownlint-cli2 \"**/*.md\" \"#node_modules\"",
"prepare": "husky",
"test": "lerna run test",
"type-check": "lerna run type-check",
"test:integration:ci": "lerna run --concurrency 1 test:integration:ci"
},
"devDependencies": {
"@commitlint/cli": "19.7.1",
"@commitlint/config-conventional": "19.7.1",
"@rollup/plugin-typescript": "12.1.2",
"@tsconfig/node22": "22.0.0",
"@types/jest": "29.5.14",
"@valian/eslint-config": "1.3.20",
"eslint": "9.20.0",
"firebase-functions-test": "3.4.0",
"firebase-tools": "13.30.0",
"husky": "9.1.7",
"jest": "29.7.0",
"jest-mock-extended": "3.0.7",
"lerna": "8.1.9",
"markdownlint-cli2": "0.17.2",
"prettier": "3.5.0",
"rollup": "4.34.6",
"rollup-plugin-dts": "6.1.1",
"ts-essentials": "10.0.4",
"ts-jest": "29.2.5",
"ts-node": "10.9.2",
"typescript": "5.7.3"
},
"engines": {
"node": ">= 22.0.0"
},
"packageManager": "[email protected]+sha512.398035c7bd696d0ba0b10a688ed558285329d27ea994804a52bad9167d8e3a72bcb993f9699585d3ca25779ac64949ef422757a6c31102c12ab932e5cbe5cc92"
}