-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
58 lines (58 loc) · 1.61 KB
/
Copy pathpackage.json
File metadata and controls
58 lines (58 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "@rbxts/localize",
"version": "1.0.1",
"description": "Internationalization (i18n) and localization with automatic pluralization for Luau and TS. An i18next-style translation library for Roblox games.",
"author": "LabDinos",
"keywords": [
"roblox",
"roblox-ts",
"rbxts",
"typescript",
"lua",
"luau",
"localization",
"l10n",
"i18n",
"internationalization",
"translation",
"translate",
"pluralization",
"plurals",
"locale",
"intl",
"i18next"
],
"homepage": "https://github.com/LabDinos/localize",
"repository": {
"type": "git",
"url": "https://github.com/LabDinos/localize"
},
"bugs": {
"url": "https://github.com/LabDinos/localize/issues"
},
"main": "out/init.lua",
"scripts": {
"build": "rbxtsc",
"watch": "rbxtsc -w",
"prepublishOnly": "pnpm run build",
"check": "biome check",
"format": "biome check --fix"
},
"license": "ISC",
"types": "out/index.d.ts",
"files": [
"out",
"!**/*.tsbuildinfo"
],
"publishConfig": {
"access": "public"
},
"devDependencies": {
"@biomejs/biome": "^2.5.4",
"@rbxts/compiler-types": "3.0.0-types.0",
"@rbxts/types": "^1.0.894",
"roblox-ts": "^3.0.0",
"typescript": "^5.9.3"
},
"packageManager": "pnpm@11.15.0+sha512.266f8957a30d2be6e9468e5e66bcdedd35a794175f71b067ba8504d686cce1d0c0f429b33c323c3c569ad4891e667574a49ff71d1b89a22cc66f13c65818c578"
}