-
-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
36 lines (36 loc) · 1.05 KB
/
package.json
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
{
"name": "@content-collections/root",
"version": "0.1.0",
"private": true,
"description": "",
"keywords": [
"content",
"collections",
"markdown",
"frontmatter",
"typescript"
],
"author": "Sebastian Sdorra <[email protected]>",
"license": "MIT",
"scripts": {
"commitlint": "commitlint --edit",
"build": "turbo build",
"test": "turbo test",
"dev": "turbo dev",
"initial-build": "pnpm build --filter=@content-collections/cli && pnpm install && pnpm build",
"release": "pnpm initial-build && changeset publish",
"version-packages": "changeset version && pnpm install --no-frozen-lockfile"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.5",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@content-collections/prettier-config": "workspace:*",
"@playwright/test": "^1.47.0",
"husky": "^9.0.11",
"turbo": "^2.2.3"
},
"prettier": "@content-collections/prettier-config",
"packageManager": "[email protected]"
}