-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
44 lines (44 loc) · 1.08 KB
/
package.json
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
{
"name": "jellycommands-monorepo",
"private": true,
"license": "MIT",
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@changesets/cli": "^2.27.10",
"@svitejs/changesets-changelog-github-compact": "^1.2.0",
"prettier": "^3.3.3"
},
"scripts": {
"dev": "pnpm --parallel -r dev",
"build": "pnpm -r build",
"package": "pnpm -r package",
"release": "changeset publish",
"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": "[email protected]",
"engines": {
"pnpm": "^9.12.3",
"npm": "forbidden, use pnpm",
"node": ">=20.13.1"
},
"volta": {
"node": "20.13.1",
"pnpm": "9.12.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"
}
}
}