-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 954 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 954 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
{
"name": "@picsharp/monorepo",
"private": true,
"version": "2.2.7",
"author": {
"name": "AkiraBit",
"email": "fengyvxiu@gmail.com"
},
"license": "AGPL-3.0",
"repository": "AkiraBit/PicSharp",
"homepage": "https://github.com/AkiraBit/PicSharp",
"bugs": {
"url": "https://github.com/AkiraBit/PicSharp/issues"
},
"scripts": {
"dev-sidecar:server": "PICSHARP_SIDECAR_ENABLE=true PICSHARP_SIDECAR_CLUSTER=false pnpm --filter @picsharp/picsharp-sidecar dev",
"dev-sidecar:cli": "PICSHARP_SIDECAR_MODE=cli pnpm --filter @picsharp/picsharp-sidecar dev",
"dev-app": "pnpm --filter @picsharp/picsharp-app tauri dev"
},
"devDependencies": {
"@types/node": "^20.11.17",
"eslint": "^9",
"eslint-config-prettier": "^9.1.0",
"husky": "^9.1.6",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"typescript": "^5"
},
"engines": {
"node": ">=20",
"pnpm": ">=9"
}
}