{
  "name": "mytt-ts",
  "version": "1.0.1",
  "description": "通达信、同花顺、文华麦语言等指标公式的 TypeScript 实现",
  "type": "module",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "typescript",
    "trading",
    "technical-analysis",
    "indicators",
    "stock",
    "futures",
    "macd",
    "kdj",
    "boll"
  ],
  "author": "jackiotyu",
  "license": "MIT",
  "devDependencies": {
    "@rollup/plugin-commonjs": "^25.0.0",
    "@rollup/plugin-node-resolve": "^15.0.0",
    "@rollup/plugin-typescript": "^11.0.0",
    "@types/jest": "^29.0.0",
    "jest": "^29.0.0",
    "rollup": "^3.0.0",
    "ts-jest": "^29.0.0",
    "tslib": "^2.5.0",
    "typescript": "^5.0.0",
    "@rollup/plugin-terser": "^0.4.0",
    "cross-env": "^7.0.3"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jackiotyu/MyTT-ts.git"
  },
  "bugs": {
    "url": "https://github.com/jackiotyu/MyTT-ts/issues"
  },
  "homepage": "https://github.com/jackiotyu/MyTT-ts#readme",
  "scripts": {
    "build": "cross-env NODE_ENV=production rollup -c",
    "dev": "cross-env NODE_ENV=development rollup -c -w",
    "test": "jest"
  }
}