croonjs
Version:
Toolkit for parsing and playing numbered musical notation
40 lines (39 loc) • 932 B
JSON
{
"name": "croonjs",
"version": "0.6.0",
"description": "Toolkit for parsing and playing numbered musical notation",
"type": "module",
"files": [
"dist"
],
"main": "dist/index.js",
"directories": {
"example": "examples"
},
"scripts": {
"lint": "eslint --ignore-path .gitignore --fix .",
"prepack": "rm -rf dist && tsc",
"release": "release-it"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CyanSalt/croon.git"
},
"keywords": [
"musical",
"notation"
],
"author": "CyanSalt",
"license": "ISC",
"bugs": {
"url": "https://github.com/CyanSalt/croon/issues"
},
"homepage": "https://github.com/CyanSalt/croon#readme",
"devDependencies": {
"@cyansalt/eslint-config-preset": "^1.11.1",
"@cyansalt/tsconfig": "^2.1.1",
"@release-it/conventional-changelog": "^5.1.1",
"release-it": "^15.6.0",
"typescript": "^4.9.4"
}
}