forked from maybe-finance/maybe
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 785 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 785 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
{
"devDependencies": {
"@biomejs/biome": "^1.9.3"
},
"name": "finkey",
"version": "1.5.0",
"description": "Your Personal Finance Command Center - A powerful, self-hosted personal finance application",
"keywords": ["finance", "personal-finance", "budgeting", "self-hosted", "docker", "rails"],
"homepage": "https://github.com/your-username/finkey",
"repository": {
"type": "git",
"url": "https://github.com/your-username/finkey.git"
},
"scripts": {
"style:check": "biome check",
"style:fix": "biome check --write",
"lint": "biome lint",
"lint:fix": "biome lint --write",
"format:check": "biome format",
"format": "biome format --write"
},
"author": "FinKey Contributors",
"license": "AGPL-3.0",
"engines": {
"node": ">=18.0.0",
"npm": ">=8.0.0"
}
}