Skip to content

Commit a9927b0

Browse files
committed
Minor Fixes
1 parent 476603e commit a9927b0

File tree

3 files changed

+36
-13
lines changed

3 files changed

+36
-13
lines changed

README.md

+13-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# JSON-to-TypeScript Converter
2+
# JSON-to-TypeScript Converter | @typeweaver/json2ts
33

44
Convert JSON to TypeScript interfaces effortlessly.
55
An open-source tool for developers to generate TypeScript types from JSON objects quickly and securely.
@@ -101,20 +101,28 @@ If you want to enhance this project, please refer to the [CONTRIBUTING.md](CONTR
101101

102102
---
103103

104-
## 📝 License
105104

106-
This project is licensed under the [MIT License](LICENSE).
105+
## License
107106

107+
This software is also available under the GLINR | GLINCKER LLC proprietary license. The proprietary license allows for use, modification, and distribution of the software with certain restrictions and conditions as set forth by GLINCKER LLC.
108+
109+
You are free to use this software for reference and educational purposes. However, any commercial use, distribution, or modification outside the terms of the MIT License requires explicit permission from GLINCKER LLC.
110+
111+
By using the software in any form, you agree to adhere to the terms of both the MIT License and the GLINCKER LLC proprietary license, where applicable. If there is any conflict between the terms of the MIT License and the GLINCKER LLC proprietary license, the terms of the GLINCKER LLC proprietary license shall prevail.
112+
113+
### MIT License
114+
115+
@typewraper/json2ts is [MIT licensed](./LICENSE).
108116
---
109117

110118
## 🌟 Acknowledgments
111119

112-
- Developed by [Glincker](https://github.com/glincker).
120+
- Developed by [Glincker](https ://github.com/glincker).
113121
- Part of the **GLINR** ecosystem.
114122

115123
---
116124

117125
## 📬 Feedback
118126

119127
We’d love to hear from you!
120-
Submit your ideas or suggestions via issues in the repository or join the discussion on the [GLINR Community](https://community.glinr.dev).
128+
Submit your ideas or suggestions via issues in the repository or join the discussion on the [GLINR Community](https://glincker.com).

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+21-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typeweaver/json2ts",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Convert JSON to TypeScript interfaces effortlessly. An open-source tool for developers to generate TypeScript types from JSON objects quickly and securely.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -12,13 +12,28 @@
1212
"keywords": [
1313
"json",
1414
"json2ts",
15-
"typescript-interface",
16-
"typescript-generator",
15+
"json-to-typescript",
1716
"typescript",
18-
"converter",
17+
"typescript-generator",
18+
"typescript-interface",
19+
"typescript-converter",
20+
"json-to-ts",
21+
"json-typescript-converter",
22+
"typescript-interfaces",
23+
"typescript-json",
24+
"typescript-tool",
25+
"typescript-codegen",
26+
"json-to-types",
27+
"typescript-schema",
28+
"typescript-autogenerator",
1929
"typeweaver",
20-
"json-to-typescript",
21-
"typescript-interface"
30+
"json-converter",
31+
"convert-json",
32+
"convert-json-to-typescript",
33+
"json-to-typescript-tool",
34+
"developer-tool",
35+
"typescript-developer-tools",
36+
"json-to-ts-converter"
2237
],
2338
"author": "Glincker",
2439
"license": "MIT",

0 commit comments

Comments
 (0)