-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 934 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 934 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
31
32
33
34
35
36
{
"name": "electron-tsdown-monorepo",
"version": "10.0.0",
"description": "Use tsdown/vite with Electron for blazing fast compilation",
"repository": "https://github.com/Kiyozz/electron-tsdown",
"author": {
"name": "Kévin TURMEL",
"email": "kevinturmel@gmail.com",
"url": "https://github.com/Kiyozz"
},
"type": "module",
"private": true,
"engines": {
"node": ">=22",
"pnpm": "10"
},
"scripts": {
"fmt": "pnpm -r fmt",
"fmt:check": "pnpm -r fmt:check",
"lint": "pnpm -r lint",
"lint:fix": "pnpm -r lint:fix",
"changeset:version": "changeset version",
"changeset:publish": "pnpm -r build && changeset publish --provenance"
},
"devDependencies": {
"@changesets/cli": "^2.30.0",
"lefthook": "^2.1.6",
"oxfmt": "^0.44.0",
"oxlint": "^1.60.0",
"typescript": "~6.0.2"
},
"packageManager": "pnpm@10.33.0",
"volta": {
"node": "24.14.1"
}
}