-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.05 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.05 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
{
"name": "heim",
"private": true,
"description": "Personal and family planning tool",
"author": "Martin Wedvich <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/Wedvich/heim"
},
"workspaces": [
"packages/*"
],
"type": "module",
"scripts": {
"build": "turbo build",
"dev": "turbo dev",
"invite": "node scripts/create-invite.ts",
"lint": "turbo lint",
"postinstall": "lefthook install --force",
"test": "turbo test",
"typecheck": "turbo typecheck"
},
"devDependencies": {
"@commitlint/cli": "^21.0.0",
"@commitlint/config-conventional": "^21.0.0",
"@types/node": "^25.6.2",
"@typescript/native-preview": "7.0.0-dev.20260421.2",
"@vitest/coverage-v8": "^4.1.5",
"lefthook": "^2.1.6",
"oxfmt": "^0.48.0",
"oxlint": "^1.63.0",
"turbo": "^2.9.11",
"vitest": "^4.1.5"
},
"packageManager": "[email protected]+sha512.64df448055b2d37ba269d7db535a469b8da93f8ef1140c25fd7a83c00a8fbaacb214ca0e02553b92a2c54cef78bb67d0b4817fab02001df0e24fac0faccc3b42"
}