-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.25 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.25 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
38
39
{
"name": "@zachhandley/ez-i18n-monorepo",
"version": "0.4.0",
"private": true,
"description": "Cookie-based i18n for Astro + Vue + React. No URL prefixes, reactive language switching.",
"type": "module",
"scripts": {
"build": "pnpm --filter \"./packages/*\" run build",
"dev": "pnpm --filter \"./packages/*\" --parallel run dev",
"typecheck": "pnpm --filter \"./packages/*\" run typecheck",
"clean": "pnpm --filter \"./packages/*\" run clean",
"release": "pnpm build && pnpm --filter \"./packages/*\" publish"
},
"keywords": [
"astro",
"astro-integration",
"i18n",
"internationalization",
"vue",
"react",
"cookie-based",
"no-url-prefix"
],
"author": "Zach Handley <zachhandley@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/zachhandley/ez-i18n#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/zachhandley/ez-i18n.git"
},
"bugs": {
"url": "https://github.com/zachhandley/ez-i18n/issues"
},
"devDependencies": {
"@types/node": "^22.0.0",
"typescript": "^5.7.2"
},
"packageManager": "pnpm@10.17.1+sha512.17c560fca4867ae9473a3899ad84a88334914f379be46d455cbf92e5cf4b39d34985d452d2583baf19967fa76cb5c17bc9e245529d0b98745721aa7200ecaf7a"
}