UNPKG

@smoovy/ticker

Version:
30 lines 708 B
{ "name": "@smoovy/ticker", "version": "1.0.4", "description": "Simple and easy-to-use ticker", "main": "./index.js", "homepage": "https://github.com/davideperozzi/smoovy", "repository": "https://github.com/davideperozzi/smoovy", "publishConfig": { "directory": "./dist", "access": "public" }, "scripts": { "build": "yarn run -T ts-node --esm ../../scripts/build.ts", "lint": "eslint ./src", "test": "vitest", "dev": "vite --config ./vite.demo.ts", "coverage": "vitest run --coverage" }, "keywords": [ "smoovy", "ticker", "raf", "fps" ], "author": "Davide Perozzi", "license": "MIT", "devDependencies": { "vitest": "^0.25.3" } }