@kamuira/stock-analyzer 1.0.0 → 1.0.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.
package/package.json CHANGED
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@kamuira/stock-analyzer",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "A股/台股综合技术分析工具 - 支持实时分析、回测验证、买卖建议",
5
5
  "main": "server.js",
6
6
  "bin": {
7
- "stock-analyze": "./bin/analyze.js",
8
- "stock-server": "./bin/server.js",
9
- "stock-backtest": "./bin/backtest.js"
7
+ "stock-analyze": "bin/analyze.js",
8
+ "stock-server": "bin/server.js",
9
+ "stock-backtest": "bin/backtest.js"
10
10
  },
11
11
  "scripts": {
12
12
  "start": "node server.js",
File without changes