-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.44 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.44 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
44
45
46
47
48
49
50
51
{
"name": "tiptap-extensions",
"private": true,
"description": "A collection of Tiptap extensions.",
"homepage": "https://github.com/haydenbleasel/tiptap-extensions#readme",
"bugs": {
"url": "https://github.com/haydenbleasel/tiptap-extensions/issues"
},
"license": "ISC",
"author": "Hayden Bleasel <hello@haydenbleasel.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/haydenbleasel/tiptap-extensions.git"
},
"workspaces": [
"packages/*"
],
"type": "module",
"scripts": {
"build": "bun --filter='*' run build",
"dev": "bun --filter='*' run dev",
"typecheck": "bun --filter='*' run typecheck",
"changeset": "changeset",
"version-packages": "changeset version",
"release": "bun run build && changeset publish",
"check": "ultracite check",
"fix": "ultracite fix",
"test": "bun --filter='*' run test",
"test:coverage": "bun test --coverage",
"prepare": "husky"
},
"devDependencies": {
"@changesets/cli": "^2.31.0",
"@happy-dom/global-registrator": "^20.9.0",
"@types/bun": "^1.3.13",
"@types/node": "^25.6.0",
"@typescript/native-preview": "^7.0.0-dev.20260503.1",
"bun-types": "^1.3.13",
"happy-dom": "^20.9.0",
"husky": "^9.1.7",
"oxfmt": "^0.47.0",
"oxlint": "^1.62.0",
"tsup": "^8.5.1",
"typescript": "^6.0.3",
"ultracite": "7.6.3"
},
"engines": {
"node": ">=20"
},
"packageManager": "bun@1.3.13"
}