UNPKG

@sebastbake/music-tempo

Version:

Finding out tempo of the music

43 lines (42 loc) 943 B
{ "name": "@sebastbake/music-tempo", "version": "1.0.3", "description": "Finding out tempo of the music", "main": "./dist/node/MusicTempo.js", "scripts": { "docs": "esdoc", "build": "rollup -c --bundleConfigAsCjs", "prepublish": "npm run build" }, "author": "killercrush", "license": "MIT", "devDependencies": { "@jest/globals": "^29.7.0", "@rollup/plugin-terser": "^0.4.4", "@swc/core": "^1.3.102", "@swc/helpers": "^0.5.3", "esdoc": "^0.5.2", "fast-glob": "^3.3.2", "jest": "^29.7.0", "rollup": "^4.9.3", "rollup-plugin-ts": "^3.4.5", "ts-jest": "^29.1.1", "typescript": "^5.3.3" }, "directories": { "doc": "docs", "example": "example", "test": "test" }, "keywords": [ "music", "tempo", "bpm", "rhythm", "beat", "beatroot" ], "publishConfig": { "registry": "https://registry.npmjs.org", "access": "public" } }