-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.13 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.13 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
{
"name": "@jellycommands/monorepo",
"private": true,
"license": "MIT",
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@changesets/cli": "^2.29.7",
"@svitejs/changesets-changelog-github-compact": "^1.2.0",
"prettier": "^3.6.2"
},
"scripts": {
"dev": "pnpm --parallel -r dev",
"build": "pnpm -r build",
"package": "pnpm -r package",
"lint": "prettier --check . && biome check && pnpm -r lint",
"fix": "prettier --write .",
"test": "pnpm -r test",
"test-create": "node packages/create-jellycommands/src/bin.js"
},
"packageManager": "pnpm@10.18.3",
"engines": {
"pnpm": "^10.18.3",
"npm": "forbidden, use pnpm",
"node": ">=20.13.1"
},
"volta": {
"node": "20.13.1",
"pnpm": "10.18.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ghostdevv/jellycommands.git"
},
"bugs": {
"url": "https://github.com/ghostdevv/jellycommands/issues"
},
"homepage": "https://github.com/ghostdevv/jellycommands#readme",
"pnpm": {
"patchedDependencies": {
"@astrojs/starlight": "patches/@astrojs__starlight.patch"
},
"onlyBuiltDependencies": [
"@biomejs/biome",
"esbuild",
"sharp"
]
}
}