-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 925 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 925 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
{
"name": "contentkit-monorepo",
"version": "1.1.0",
"type": "module",
"description": "The monorepo for the ContentKit SDK",
"workspaces": [
"packages/*",
"examples/*"
],
"scripts": {
"build": "pnpm -r --filter \"./packages/**\" build",
"format": "prettier --write .",
"format:check": "prettier --check .",
"scripts:uv": "tsx scripts/updateVersion.ts",
"scripts:prepare": "tsx scripts/preparePackages.ts",
"scripts:copyright": "tsx scripts/updateCopyright.ts",
"burnthemall": "tsx scripts/burnThemAll.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "Jonas Franke <@binary-blazer>",
"email": "me@binaryblazer.me",
"url": "https://binaryblazer.me"
},
"license": "BSD-3-Clause",
"packageManager": "pnpm@10.8.0",
"devDependencies": {
"@types/node": "^24.7.0",
"prettier": "^3.6.2",
"tsx": "^4.20.6"
}
}