-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 1.56 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"name": "unused-i18n",
"version": "0.1.29",
"license": "MIT",
"type": "module",
"publishConfig": {
"access": "public"
},
"release": {
"branches": [
"main"
]
},
"repository": {
"type": "git",
"url": "https://github.com/Lawndlwd/unused-i18n.git"
},
"main": "dist/cli.cjs",
"types": "dist/index.d.ts",
"bin": {
"unused-i18n": "dist/cli.cjs"
},
"files": [
"dist"
],
"scripts": {
"build": "vite build --config vite.config.ts && pnpm run type:generate",
"type:generate": "tsc --declaration -p tsconfig.build.json",
"typecheck": "tsc --noEmit",
"start": "vite",
"test": "vitest",
"release": "pnpm build && pnpm changeset publish",
"changeset": "npx changeset",
"coverage": "vitest run --coverage"
},
"dependencies": {
"commander": "^12.1.0",
"esbuild": "^0.24.0"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.3",
"@types/node": "^14.18.63",
"@vitest/coverage-c8": "^0.33.0",
"@vitest/coverage-istanbul": "^1.6.0",
"typescript": "^5.2.2",
"vite": "^5.2.0",
"vitest": "^1.6.0"
},
"keywords": [
"i18n",
"unused-i18n",
"i18n-unused",
"locales",
"next-international",
"internationalization",
"translate",
"next"
],
"engines": {
"node": ">=22.x",
"pnpm": ">=9.x"
},
"packageManager": "[email protected]+sha512.88c9c3864450350e65a33587ab801acf946d7c814ed1134da4a924f6df5a2120fd36b46aab68f7cd1d413149112d53c7db3a4136624cfd00ff1846a0c6cef48a"
}