devkits-json-formatter 1.0.4 → 1.0.5

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 (2) hide show
  1. package/README.md +10 -21
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -32,27 +32,16 @@ jsonfmt package.json --minify
32
32
  jsonfmt '{"test":true}' -m
33
33
  ```
34
34
 
35
- ## 🚀 More Free Tools from DevKits
36
-
37
- This CLI is part of [DevKits](https://devkits-tools.surge.sh?utm_source=npm&utm_medium=readme&utm_campaign=json-formatter) — 82 free developer tools + 20 Pro tools ($9).
38
-
39
- ### Free Tools
40
- - **JSON Tools**: [Formatter/Validator](https://devkits-tools.surge.sh/tools/json-formatter?utm_source=npm&utm_medium=readme&utm_campaign=json-formatter) | [JSON → CSV/XML/Types](https://devkits-tools.surge.sh/tools/json-to-csv?utm_source=npm&utm_medium=readme&utm_campaign=json-formatter)
41
- - **Encoding**: [Base64](https://devkits-tools.surge.sh/tools/base64?utm_source=npm&utm_medium=readme&utm_campaign=json-formatter) | [URL Encode/Decode](https://devkits-tools.surge.sh/tools/url-encode?utm_source=npm&utm_medium=readme&utm_campaign=json-formatter)
42
- - **Crypto**: [Hash Generator](https://devkits-tools.surge.sh/tools/hash-generator?utm_source=npm&utm_medium=readme&utm_campaign=json-formatter) | [JWT Decoder](https://devkits-tools.surge.sh/tools/jwt-decoder?utm_source=npm&utm_medium=readme&utm_campaign=json-formatter)
43
- - **Color**: [HEX/RGB/HSL Converter](https://devkits-tools.surge.sh/tools/color-converter?utm_source=npm&utm_medium=readme&utm_campaign=json-formatter)
44
- - **CSS**: [Minifier/Formatter](https://devkits-tools.surge.sh/tools/css-tools?utm_source=npm&utm_medium=readme&utm_campaign=json-formatter)
45
-
46
- ### 👉 Other Products
47
- - **[Invoicely](https://invoicely-app.surge.sh?utm_source=npm&utm_medium=readme&utm_campaign=json-formatter)** — Free invoice generator (6 templates, PDF export)
48
- - **[SnapOG](https://snapog.surge.sh?utm_source=npm&utm_medium=readme&utm_campaign=json-formatter)** — Free OG image generator (20+ templates)
49
-
50
- ### 💎 Pro Tools ($9 one-time)
51
- Unlock 20 Pro tools at [DevKits Pro](https://devkits-tools.surge.sh/pro?utm_source=npm&utm_medium=readme&utm_campaign=json-formatter):
52
- - SQL → Code (Go/TS/Python/Rust)
53
- - Advanced Regex with visual groups
54
- - Mock Data Generator (1000+ rows)
55
- - And 16 more → [See all Pro tools](https://devkits-tools.surge.sh/pro?utm_source=npm&utm_medium=readme&utm_campaign=json-formatter)
35
+
36
+ ---
37
+
38
+ ## More Free Tools
39
+
40
+ Explore 82+ free developer tools at [aiforeverthing.com](https://aiforeverthing.com)
41
+
42
+ - No signup required
43
+ - 100% free
44
+ - Browser-based
56
45
 
57
46
  ## License
58
47
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "devkits-json-formatter",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Format and validate JSON from CLI or stdin — pretty print, minify, and validate JSON files",
5
5
  "main": "index.js",
6
6
  "bin": {