-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.61 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.61 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
{
"name": "next-i18n-docs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"postinstall": "pnpm run build:packages",
"format": "biome format --write .",
"build:packages": "pnpm --filter @next-i18n/const --filter @next-i18n/utils --filter @next-i18n/translate --filter @next-i18n/crawler build",
"test": "pnpm -r test",
"lint": "biome lint .",
"lint:fix": "biome lint --write .",
"dev": "pnpm --filter @next-i18n/const --filter @next-i18n/utils --filter @next-i18n/translate --filter @next-i18n/crawler --filter @next-i18n/docs --filter @next-i18n/index --parallel dev",
"translate": "pnpm --filter @next-i18n/docs translate",
"index:dev": "pnpm --filter @next-i18n/index dev",
"index:build": "pnpm --filter @next-i18n/index build",
"index:start": "pnpm --filter @next-i18n/index start",
"docs:dev": "pnpm --filter @next-i18n/docs dev",
"docs:build": "pnpm --filter @next-i18n/docs build",
"docs:start": "pnpm --filter @next-i18n/docs start",
"tampermonkey:dev": "pnpm --filter @next-i18n/tampermonkey dev",
"tampermonkey:build": "pnpm --filter @next-i18n/tampermonkey build",
"docs:update-search-index": "pnpm --filter @next-i18n/docs update-search-index",
"docs:submit-sitemap": "pnpm --filter @next-i18n/docs submit-sitemap",
"crawler": "node packages/crawler/dist/index.js"
},
"keywords": [],
"devDependencies": {
"@biomejs/biome": "^1.9.4",
"@commitlint/cli": "^19.8.1",
"@commitlint/config-conventional": "^19.8.1",
"vercel": "^42.3.0"
},
"author": "",
"license": "ISC",
"packageManager": "[email protected]"
}