-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 890 Bytes
/
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
{
"name": "starlight-sidebar-swipe-monorepo",
"version": "0.0.1",
"private": true,
"description": "Make sidebar swipeable on mobile devices like Discord Mobile.",
"homepage": "https://github.com/trueberryless-org/starlight-sidebar-swipe",
"bugs": {
"url": "https://github.com/trueberryless-org/starlight-sidebar-swipe/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/trueberryless-org/starlight-sidebar-swipe.git"
},
"license": "MIT",
"author": "trueberryless <trueberryless@gmail.com> (https://trueberryless.org)",
"type": "module",
"scripts": {
"version": "pnpm changeset version && pnpm i --no-frozen-lockfile"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.11"
},
"packageManager": "pnpm@9.6.0",
"engines": {
"node": "^18.17.1 || ^20.3.0 || >=21.0.0"
}
}