@kemdict/gettext 0.1.0 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +11 -7
package/package.json CHANGED
@@ -1,17 +1,20 @@
1
1
  {
2
2
  "name": "@kemdict/gettext",
3
3
  "description": "A JavaScript implementation of gettext, a localization framework",
4
- "version": "0.1.0",
5
- "//": "Messy setup for this fork. The original author Andris Reinman is the original author but not the one responsible for this fork.",
6
- "author": "Kisaragi Hiu",
7
- "contributors": ["Andris Reinman", "Kisaragi Hiu"],
8
- "maintainers": ["Kisaragi Hiu <mail@kisaragi-hiu.com>"],
9
- "homepage": "http://github.com/kemdict/gettext",
4
+ "version": "0.1.2",
5
+ "type": "module",
10
6
  "repository": {
11
7
  "type": "git",
12
8
  "url": "git+https://github.com/kemdict/gettext.git"
13
9
  },
14
- "type": "module",
10
+ "homepage": "https://github.com/kemdict/gettext#readme",
11
+ "bugs": {
12
+ "url": "https://github.com/kemdict/gettext/issues"
13
+ },
14
+ "//": "Messy setup for this fork. The original author Andris Reinman is the original author but not the one responsible for this fork.",
15
+ "author": "Kisaragi Hiu",
16
+ "contributors": ["Andris Reinman", "Kisaragi Hiu"],
17
+ "maintainers": ["Kisaragi Hiu <mail@kisaragi-hiu.com>"],
15
18
  "license": "MIT",
16
19
  "files": ["lib", "types", "README.md", "LICENSE", "package.json"],
17
20
  "exports": {
@@ -29,6 +32,7 @@
29
32
  "@types/node": "^26.0.1",
30
33
  "gettext-parser": "^9.0.0",
31
34
  "prettier": "^3.7.4",
35
+ "publint": "^0.3.17",
32
36
  "typescript": "^6.0.3"
33
37
  },
34
38
  "engine": {