Musical keyboard component written in React.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

95 lines
2.3 KiB

  1. {
  2. "name": "@theoryofnekomata/react-musical-keyboard",
  3. "version": "1.2.0",
  4. "publishing": {
  5. "github": {
  6. "repository": "https://github.com/TheoryOfNekomata/react-musical-keyboard.git",
  7. "publishConfig": {
  8. "registry": "https://npm.pkg.github.com"
  9. }
  10. },
  11. "master": {
  12. "repository": "https://code.modal.sh/TheoryOfNekomata/react-musical-keyboard.git",
  13. "publishConfig": {
  14. "registry": "https://js.pack.modal.sh"
  15. }
  16. },
  17. "npm": {
  18. "publishConfig": {
  19. "registry": "https://registry.npmjs.com"
  20. }
  21. }
  22. },
  23. "files": [
  24. "dist",
  25. "src"
  26. ],
  27. "engines": {
  28. "node": ">=12"
  29. },
  30. "license": "MIT",
  31. "keywords": [
  32. "component",
  33. "react",
  34. "piano",
  35. "pianoforte",
  36. "piano-keyboard",
  37. "musical-keyboard",
  38. "music",
  39. "keyboard",
  40. "instrument",
  41. "midi"
  42. ],
  43. "devDependencies": {
  44. "@testing-library/jest-dom": "^5.16.5",
  45. "@testing-library/react": "^13.4.0",
  46. "@types/node": "^18.14.1",
  47. "@types/react": "^18.0.27",
  48. "@types/react-is": "^17.0.3",
  49. "eslint": "^8.35.0",
  50. "eslint-config-lxsmnsyc": "^0.5.0",
  51. "fast-check": "^3.8.0",
  52. "jsdom": "^21.1.0",
  53. "pridepack": "2.4.4",
  54. "react": "^18.2.0",
  55. "react-dom": "^18.2.0",
  56. "react-test-renderer": "^18.2.0",
  57. "tslib": "^2.5.0",
  58. "typescript": "^4.9.5",
  59. "vitest": "^0.28.1"
  60. },
  61. "peerDependencies": {
  62. "react": "^16.8 || ^17.0 || ^18.0",
  63. "react-dom": "^16.8 || ^17.0 || ^18.0"
  64. },
  65. "scripts": {
  66. "prepublishOnly": "pridepack clean && pridepack build",
  67. "build": "pridepack build",
  68. "type-check": "pridepack check",
  69. "lint": "pridepack lint",
  70. "clean": "pridepack clean",
  71. "watch": "pridepack watch",
  72. "start": "pridepack start",
  73. "dev": "pridepack dev",
  74. "test": "vitest"
  75. },
  76. "private": false,
  77. "description": "Musical keyboard component written in React.",
  78. "repository": {
  79. "url": "https://code.modal.sh/TheoryOfNekomata/react-musical-keyboard.git",
  80. "type": "git"
  81. },
  82. "homepage": "https://code.modal.sh/TheoryOfNekomata/react-musical-keyboard",
  83. "bugs": {
  84. "url": "https://code.modal.sh/TheoryOfNekomata/react-musical-keyboard/issues"
  85. },
  86. "author": "TheoryOfNekomata <allan.crisostomo@outlook.com>",
  87. "publishConfig": {
  88. "access": "public"
  89. },
  90. "dependencies": {
  91. "mem": "^9.0.2",
  92. "react-is": "^18.2.0"
  93. }
  94. }