forked from whale4113/cloud-document-converter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 893 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 893 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
33
34
{
"name": "@dolphin/monorepo",
"description": "Convert lark cloud documents to markdown",
"license": "MIT",
"scripts": {
"build": "turbo run build",
"type-check": "turbo run type-check",
"clean": "turbo run clean",
"test": "turbo run test",
"lint": "turbo run lint",
"format": "turbo run format",
"format-check": "turbo run format-check"
},
"packageManager": "pnpm@9.1.0+sha256.22e36fba7f4880ecf749a5ca128b8435da085ecd49575e7fb9e64d6bf4fad394",
"keywords": [
"lark",
"markdown"
],
"author": "Junji Lu",
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"eslint": "^8.57.0",
"happy-dom": "^13.10.1",
"prettier": "^3.2.5",
"turbo": "^1.13.3",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vitest": "^1.5.3"
},
"dependencies": {
"core-js": "3.36.0"
}
}