-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.17 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
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "root",
"version": "0.0.0",
"private": true,
"author": "rai",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/r4ai/remark-callout.git"
},
"bugs": {
"url": "https://github.com/r4ai/remark-callout/issues"
},
"type": "module",
"workspaces": [
"packages/*",
"examples/*"
],
"scripts": {
"test": "turbo test",
"test:ci": "turbo test:ci",
"test:coverage": "turbo test:coverage",
"test:coverage:ci": "turbo test:coverage:ci",
"build": "turbo build",
"prepublishOnly": "bun run build",
"check": "turbo check",
"check:write": "turbo check:write",
"release": "bun run test:ci && bun run build && bun run changeset publish",
"changeset": "changeset"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@changesets/changelog-github": "0.5.0",
"@changesets/cli": "2.27.10",
"@tsconfig/node16": "16.1.3",
"@types/bun": "1.1.13",
"lefthook": "1.9.0",
"rimraf": "6.0.1",
"turbo": "2.3.3",
"typescript": "5.7.2"
},
"packageManager": "[email protected]",
"trustedDependencies": [
"@biomejs/biome",
"esbuild",
"lefthook",
"sharp"
]
}