{
  "name": "@magmacomputing/tempo-plugin-ticker",
  "version": "2.2.3",
  "description": "Tempo plugin that provides a high-performance continuous execution loop (Ticker) based on temporal mathematics.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "license": "Proprietary",
  "files": [
    "dist",
    "doc",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "scripts": {
    "build": "tsup && tsc",
    "postbuild": "javascript-obfuscator dist/index.js --output dist/index.js && rm -rf dist/src",
    "test": "vitest run -c ../../test/vitest.premium.ts",
    "prepublishOnly": "if [ $(git rev-parse --abbrev-ref HEAD) != main ]; then echo 'ERROR: Must be on main branch to publish.'; exit 1; fi && npm run build"
  },
  "tempo": {
    "vendorVariantId": "tempo-plugin-ticker",
    "plan": "pro"
  },
  "peerDependencies": {
    "@magmacomputing/tempo": "^3.6.1"
  },
  "devDependencies": {},
  "keywords": [
    "tempo",
    "tempo-plugin",
    "magmacomputing",
    "temporal",
    "ticker",
    "interval",
    "loop",
    "animation"
  ],
  "type": "module",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js"
    }
  }
}
