-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.25 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.25 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "@coremedia-labs/headless-client-workspace",
"version": "2512.0.0",
"description": "Spark - The React client workspace for the CoreMedia Headless Server",
"private": true,
"license": "CoreMedia Open Source License",
"scripts": {
"prepare": "husky",
"preinstall": "node ./bin/pnpm-check.js",
"build": "pnpm -r build",
"test": "pnpm -r test",
"lint": "pnpm -r lint",
"docs": "pnpm -r docs",
"download": "pnpm -r download",
"start": "concurrently \"pnpm --filter @coremedia-labs/headless-server-mocking start\" \"pnpm --filter @coremedia-labs/headless-server-stitching start\" \"pnpm --filter @coremedia-labs/spark start\""
},
"engines": {
"node": "^22 || ^24",
"pnpm": "^10"
},
"repository": {
"type": "git",
"url": "https://github.com/CoreMedia/coremedia-headless-client-react.git"
},
"homepage": "https://github.com/CoreMedia/coremedia-headless-client-react",
"author": "CoreMedia GmbH",
"bugs": {
"url": "https://github.com/CoreMedia/coremedia-headless-client-react/issues"
},
"keywords": [
"apollo",
"coremedia",
"coremedia-labs",
"graphql",
"headless",
"react",
"spark"
],
"devDependencies": {
"concurrently": "catalog:",
"husky": "catalog:"
}
}