ohlcv-ai 1.0.5 → 1.0.7
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.
- package/README.md +9 -0
- package/package.json +14 -5
package/README.md
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
"version": "1.0.
|
|
2
|
+
"name": "ohlcv-ai",
|
|
3
|
+
"version": "1.0.7",
|
|
4
4
|
"description": "AI agents focused on processing ohlcv data structures.",
|
|
5
5
|
"author": "happyboy",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -42,12 +42,21 @@
|
|
|
42
42
|
"predeploy": "cd example && yarn install && yarn run build",
|
|
43
43
|
"deploy": "gh-pages -d example/build"
|
|
44
44
|
},
|
|
45
|
-
"peerDependencies": {
|
|
46
|
-
|
|
45
|
+
"peerDependencies": {
|
|
46
|
+
},
|
|
47
|
+
"dependencies": {
|
|
48
|
+
},
|
|
47
49
|
"devDependencies": {
|
|
48
50
|
"@types/node": "^24.10.1",
|
|
49
51
|
"ts-node": "^10.9.2",
|
|
50
|
-
"typescript":"^5.9.3"
|
|
52
|
+
"typescript":"^5.9.3",
|
|
53
|
+
"cross-env": "^7.0.3",
|
|
54
|
+
"eslint": "^9.17.0",
|
|
55
|
+
"eslint-plugin-react": "^7.37.4",
|
|
56
|
+
"gh-pages": "^6.3.0",
|
|
57
|
+
"npm-run-all": "^4.1.5",
|
|
58
|
+
"vite": "^7.2.6",
|
|
59
|
+
"vite-plugin-dts": "^4.5.4"
|
|
51
60
|
},
|
|
52
61
|
"files": [
|
|
53
62
|
"dist"
|