-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 1.16 KB
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 1.16 KB
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
{
"name": "butterfly-integrations",
"version": "0.1.0",
"private": true,
"packageManager": "pnpm@11.20.0",
"description": "Official integrations for Butterfly",
"homepage": "https://github.com/LinwoodDev/ButterflyIntegrations#readme",
"bugs": {
"url": "https://github.com/LinwoodDev/ButterflyIntegrations/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LinwoodDev/ButterflyIntegrations.git"
},
"license": "AGPL-3.0-or-later",
"type": "module",
"scripts": {
"build": "pnpm --filter @linwood/butterfly-nextcloud build",
"check": "pnpm check:versions && pnpm check:policies && pnpm --filter @linwood/butterfly-integration-shared check && pnpm --filter @linwood/butterfly-nextcloud check",
"check:nextcloud": "pnpm --filter @linwood/butterfly-nextcloud check",
"check:policies": "node --test scripts/shared-policy.test.mjs",
"check:versions": "node scripts/integration-version.mjs && node --test scripts/integration-version.test.mjs scripts/changelog-entry.test.mjs",
"package:nextcloud": "bash scripts/package-nextcloud.sh"
},
"engines": {
"node": ">=24.11.0 <25",
"pnpm": ">=11.20.0"
}
}