-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.36 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.36 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
55
56
57
{
"name": "smartplant-monorepo",
"description": "A library for managing plant care with alerts and multi-language support.",
"type": "module",
"private": true,
"keywords": [
"plant",
"care",
"alerts",
"multi-language",
"smart",
"AI",
"intelligence",
"npm",
"library"
],
"author": "Alejo Malia <alejomalia@gmail.com>",
"packageManager": "pnpm@10.30.2",
"homepage": "https://github.com/pigeonposse/smartplant",
"repository": {
"type": "git",
"url": "https://github.com/pigeonposse/smartplant"
},
"funding": {
"type": "individual",
"url": "https://pigeonposse.com/?popup=donate"
},
"bugs": {
"url": "https://github.com/pigeonposse/smartplant/issues",
"email": "dev@pigeonposse.com"
},
"scripts": {
"dev": "pnpm -F smartplant dev",
"start": "pnpm -F smartplant start",
"lint": "oxlint",
"build:bins": "rsbuild build -c .dovenv/build-lib.mjs && node .dovenv/build-bin.mjs",
"push": "dovenv git push",
"prepare": "dovenv git husky --silent"
},
"engines": {
"node": ">=20.0.0",
"pnpm": ">=10.0.0"
},
"license": "MIT",
"devDependencies": {
"binarium": "~2.1.3",
"@changesets/changelog-github": "~0.5.2",
"@changesets/cli": "~2.29.8",
"@types/node": "~25.3.0",
"@dovenv/core": "~1.6.1",
"@dovenv/lint": "~1.6.1",
"@dovenv/repo": "~1.6.1",
"@rsbuild/core": "~1.7.3",
"oxlint": "~1.50.0",
"typescript": "~5.9.3"
}
}