-
Notifications
You must be signed in to change notification settings - Fork 50
/
Copy pathpackage.json
34 lines (34 loc) · 957 Bytes
/
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
{
"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": "[email protected]+sha512.67f5879916a9293e5cf059c23853d571beaf4f753c707f40cb22bed5fb1578c6aad3b6c4107ccb3ba0b35be003eb621a16471ac836c87beb53f9d54bb4612724",
"keywords": [
"lark",
"markdown"
],
"author": "Junji Lu",
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.9",
"eslint": "^8.57.1",
"happy-dom": "^13.10.1",
"prettier": "^3.3.3",
"turbo": "^1.13.4",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"vitest": "^1.6.0"
},
"dependencies": {
"core-js": "3.36.0"
}
}