-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.43 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.43 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
50
51
52
53
54
{
"name": "@valian/firebase-functions-utilities",
"private": true,
"description": "Valian Firebase Functions Utilities",
"author": {
"name": "Valian",
"url": "https://valian.ca",
"organization": true
},
"repository": {
"type": "git",
"url": "git+https://github.com/valian-ca/firebase-functions.git"
},
"keywords": [
"firebase",
"functions"
],
"scripts": {
"preinstall": "npx only-allow pnpm",
"eslint": "nx run-many --target lint",
"lint:prettier": "prettier --check .",
"lint:publint": "nx run-many --target lint:publint",
"lint:md": "markdownlint-cli2 \"**/*.md\" \"#node_modules\"",
"prepare": "husky",
"test": "nx run-many --target test",
"type-check": "nx run-many --target type-check"
},
"devDependencies": {
"@commitlint/cli": "20.3.1",
"@commitlint/config-conventional": "20.3.1",
"@nx/eslint": "22.3.3",
"@nx/js": "22.3.3",
"@nx/vite": "22.3.3",
"@nx/vitest": "22.3.3",
"@tsconfig/node24": "24.0.3",
"@types/node": "24.10.9",
"@valian/eslint-config": "2.1.0",
"@vitest/coverage-v8": "4.0.17",
"@vitest/ui": "4.0.17",
"eslint": "9.39.2",
"husky": "9.1.7",
"nx": "22.3.3",
"prettier": "3.8.0",
"publint": "0.3.16",
"tsdown": "0.19.0",
"typescript": "5.9.3",
"vitest": "4.0.17",
"vitest-mock-extended": "3.1.0"
},
"engines": {
"node": ">= 22"
},
"packageManager": "pnpm@10.28.0"
}