create-tradejs 3.1.0 → 3.1.1

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 +2 -0
  2. package/package.json +5 -2
package/README.md CHANGED
@@ -24,3 +24,5 @@ The `create-tradejs` scaffolder remains MIT-licensed. Generated projects
24
24
  install TradeJS packages with mixed MIT and Business Source License 1.1 terms;
25
25
  see the
26
26
  [TradeJS licensing policy](https://github.com/TradeJS-Dev/TradeJS/blob/stable/LICENSING.md).
27
+
28
+ Keywords: ai, claude, codex.
package/package.json CHANGED
@@ -1,13 +1,16 @@
1
1
  {
2
2
  "name": "create-tradejs",
3
- "version": "3.1.0",
3
+ "version": "3.1.1",
4
4
  "description": "Create a ready-to-run TradeJS project with local infrastructure and the Web UI.",
5
5
  "keywords": [
6
6
  "tradejs",
7
7
  "create",
8
8
  "scaffold",
9
9
  "backtesting",
10
- "trading"
10
+ "trading",
11
+ "ai",
12
+ "claude",
13
+ "codex"
11
14
  ],
12
15
  "homepage": "https://tradejs.dev",
13
16
  "repository": {