{
  "name": "canvas-oscilloscope",
  "version": "1.0.4",
  "description": "HTML5 Canvas oscilloscope simulator with responsive rendering, customizable waveforms, and real-time visualization capabilities.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": "https://gitee.com/mini-tiger/canvas-oscilloscope",
  "author": "Shuaihu",
  "license": "MIT",
  "scripts": {
    "build": "rm -rf dist && tsc",
    "watch": "rm -rf dist && tsc -p tsconfig.watch.json --watch"
  },
  "devDependencies": {
    "@types/node": "^22.15.19",
    "typescript": "^5.8.3"
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "oscilloscope",
    "canvas",
    "html5",
    "waveform",
    "visualization",
    "simulator",
    "typescript",
    "real-time",
    "signal-processing",
    "physics-simulation"
  ]
}
