{ "name": "@theoryofnekomata/react-musical-keyboard", "version": "1.2.0", "publishing": { "github": { "repository": "https://github.com/TheoryOfNekomata/react-musical-keyboard.git", "publishConfig": { "registry": "https://npm.pkg.github.com" } }, "master": { "repository": "https://code.modal.sh/TheoryOfNekomata/react-musical-keyboard.git", "publishConfig": { "registry": "https://js.pack.modal.sh" } }, "npm": { "publishConfig": { "registry": "https://registry.npmjs.com" } } }, "files": [ "dist", "src" ], "engines": { "node": ">=12" }, "license": "MIT", "keywords": [ "component", "react", "piano", "pianoforte", "piano-keyboard", "musical-keyboard", "music", "keyboard", "instrument", "midi" ], "devDependencies": { "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^13.4.0", "@types/node": "^18.14.1", "@types/react": "^18.0.27", "@types/react-is": "^17.0.3", "eslint": "^8.35.0", "eslint-config-lxsmnsyc": "^0.5.0", "fast-check": "^3.8.0", "jsdom": "^21.1.0", "pridepack": "2.4.4", "react": "^18.2.0", "react-dom": "^18.2.0", "react-test-renderer": "^18.2.0", "tslib": "^2.5.0", "typescript": "^4.9.5", "vitest": "^0.28.1" }, "peerDependencies": { "react": "^16.8 || ^17.0 || ^18.0", "react-dom": "^16.8 || ^17.0 || ^18.0" }, "scripts": { "prepublishOnly": "pridepack clean && pridepack build", "build": "pridepack build", "type-check": "pridepack check", "lint": "pridepack lint", "clean": "pridepack clean", "watch": "pridepack watch", "start": "pridepack start", "dev": "pridepack dev", "test": "vitest" }, "private": false, "description": "Musical keyboard component written in React.", "repository": { "url": "https://code.modal.sh/TheoryOfNekomata/react-musical-keyboard.git", "type": "git" }, "homepage": "https://code.modal.sh/TheoryOfNekomata/react-musical-keyboard", "bugs": { "url": "https://code.modal.sh/TheoryOfNekomata/react-musical-keyboard/issues" }, "author": "TheoryOfNekomata ", "publishConfig": { "access": "public" }, "dependencies": { "mem": "^9.0.2", "react-is": "^18.2.0" } }