-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1017 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 1017 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
34
35
36
37
{
"name": "crivacy",
"version": "0.0.0",
"private": true,
"description": "Crivacy KYC — FHE-powered re-usable KYC credential platform (B2B API).",
"license": "UNLICENSED",
"packageManager": "pnpm@9.12.3",
"engines": {
"node": ">=22.0.0",
"pnpm": ">=9.0.0"
},
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"test": "turbo run test",
"typecheck": "turbo run typecheck",
"format": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md,mdx,css,yaml,yml}\"",
"format:check": "prettier --check \"**/*.{ts,tsx,js,jsx,json,md,mdx,css,yaml,yml}\"",
"biome:check": "biome check .",
"biome:fix": "biome check --write ."
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.9",
"turbo": "2.3.3",
"typescript": "5.6.3"
},
"pnpm": {
"overrides": {
"protobufjs": "^7.5.5",
"uuid": "^14.0.0",
"postcss": "^8.5.10"
}
}
}