@hypst/time-beat-format
Version:
Formatting time, notes and beats.
28 lines (27 loc) • 696 B
JSON
{
"name": "@hypst/time-beat-format",
"version": "0.0.6",
"description": "Formatting time, notes and beats.",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "npm run build",
"build":"tsc -p ./",
"watch":"tsc -w ./"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HyperbolaStudio/time-beat-format.git"
},
"keywords": [
"format",
"time",
"beat"
],
"author": "Hyperbola Studio",
"license": "MIT",
"bugs": {
"url": "https://github.com/HyperbolaStudio/time-beat-format/issues"
},
"homepage": "https://github.com/HyperbolaStudio/time-beat-format#readme"
}