UNPKG

youtube-replaymap

Version:

Simplify working with youtube most-replayed's heat-maps, helps detect peaks and valleys of users engagement.

30 lines (29 loc) 697 B
{ "name": "youtube-replaymap", "version": "1.0.1", "description": "Simplify working with youtube most-replayed's heat-maps, helps detect peaks and valleys of users engagement.", "main": "index.js", "scripts": { "build": "rollup index.js --file index.cjs --format cjs", "publish": "npm publish --access public", "test": "echo \"Error: no test specified\" && exit 1" }, "exports": { "import": "./index.js", "require": "./index.cjs" }, "keywords": [ "youtube", "videos", "heat-map", "heatmap", "engagement", "peak", "valley" ], "author": "Younes El Alami", "license": "ISC", "devDependencies": { "rollup": "^4.35.0" } }