forked from omoxgq4j/karin-plugin-git
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 699 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 699 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
{
"name": "@candriajs/git-poject",
"version": "1.0.0",
"description": "",
"keywords": [],
"license": "GPL-3.0-or-later",
"author": "CandriaJS",
"type": "module",
"main": "",
"scripts": {
"dev": "pnpm --filter @candriajs/karin-plugin-git dev",
"build": "pnpm -r run build"
},
"devDependencies": {
"@prettier/plugin-oxc": "^0.1.3",
"oxlint": "^1.32.0",
"prettier": "^3.6.2",
"@types/node": "^22.15.3",
"cross-env": "^7.0.3",
"tsc-alias": "1.8.13",
"tsdown": "^0.20.1",
"tsx": "^4.19.4",
"typescript": "^5.9.2"
},
"pnpm": {
"overrides": {
"vite": "npm:rolldown-vite@latest"
}
},
"packageManager": "pnpm@10.25.0"
}