-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 805 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 805 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
{
"name": "opensprout",
"version": "0.1.0",
"private": true,
"license": "AGPL-3.0-or-later",
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"dev": "npm --workspace apps/web run dev",
"build": "npm --workspace apps/web run build",
"lint": "npm --workspace apps/web run lint",
"typecheck": "npm --workspace apps/web run typecheck"
},
"engines": {
"node": ">=20.11.0"
},
"description": "Privacy-first plant care software for schedules, logs, and stewardship.",
"author": "Sparsh Sam",
"repository": {
"type": "git",
"url": "git+https://github.com/sparshsam/opensprout.git"
},
"homepage": "https://github.com/sparshsam/opensprout#readme",
"bugs": {
"url": "https://github.com/sparshsam/opensprout/issues"
},
"keywords": []
}