@sebastbake/music-tempo
Version:
Finding out tempo of the music
48 lines • 1.13 kB
JSON
{
"name": "music-tempo",
"version": "1.0.3",
"description": "Finding out tempo of the music",
"main": "./dist/node/MusicTempo.js",
"scripts": {
"test": "jest",
"docs": "esdoc",
"build": "rollup -c --bundleConfigAsCjs",
"prepublish": "jest && esdoc && 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"
},
"repository": {
"type": "git",
"url": "git+https://github.com/killercrush/music-tempo.git"
},
"keywords": [
"music",
"tempo",
"bpm",
"rhythm",
"beat",
"beatroot"
],
"bugs": {
"url": "https://github.com/killercrush/music-tempo/issues"
},
"homepage": "https://github.com/killercrush/music-tempo#readme"
}