UNPKG

callbag-interval

Version:

A callbag listenable source that sends incremental numbers every x milliseconds

31 lines (30 loc) 718 B
{ "name": "callbag-interval", "version": "1.2.0", "description": "A callbag listenable source that sends incremental numbers every x milliseconds", "repository": { "type": "git", "url": "git+https://github.com/staltz/callbag-interval.git" }, "main": "index.cjs.js", "module": "index.js", "types": "types.d.ts", "scripts": { "build": "rollup $npm_package_module -o $npm_package_main --f cjs", "pretest": "npm run build", "test": "tape test.js", "prepare": "npm test" }, "author": "staltz.com", "license": "MIT", "keywords": [ "callbag" ], "devDependencies": { "rollup": "^0.63.4", "tape": "^4.8.0" }, "dependencies": { "callbag": "^1.1.0" } }