-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 997 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
35
36
37
38
39
{
"name": "bilikit",
"version": "0.0.1",
"description": "",
"type": "module",
"scripts": {
"build": "turbo run build",
"new:build": "turbo run build --force",
"test": "turbo run test",
"schema": "turbo run schema --cache-dir=.turbo",
"docs:dev": "pnpm --filter docs dev",
"docs:build": "pnpm --filter docs build",
"docs:preview": "pnpm --filter docs preview",
"docs:start": "pnpm --filter docs start",
"format": "dprint fmt",
"lint": "oxlint -c ./eslintrc.json --fix",
"changeset": "changeset"
},
"keywords": [
"bilioutils",
"bilitools",
"bilibili"
],
"author": "catlair",
"license": "MIT",
"private": true,
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@types/node": "^20.12.7",
"copyfiles": "^2.4.1",
"dprint": "^0.45.1",
"oxlint": "^0.2.18",
"tsup": "^8.0.2",
"tsx": "^4.7.2",
"turbo": "^1.13.2",
"typescript": "^5.4.5"
}
}