UNPKG

react-frequency

Version:

A simple React component and hook which creates a frequency and play it !

47 lines (46 loc) 1.09 kB
{ "name": "react-frequency", "version": "1.1.1", "description": "A simple React component and hook which creates a frequency and play it !", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "files": [ "dist" ], "types": "dist/index.d.ts", "scripts": { "rollup": "rollup -c", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/samuelsit/react-frequency.git" }, "keywords": [ "frequency", "react", "audiocontext", "audio", "oscillator" ], "author": "Samuel Sitruk", "license": "MIT", "bugs": { "url": "https://github.com/samuelsit/react-frequency/issues" }, "homepage": "https://github.com/samuelsit/react-frequency#readme", "devDependencies": { "@rollup/plugin-commonjs": "^21.0.1", "@rollup/plugin-node-resolve": "^13.1.3", "@rollup/plugin-typescript": "^8.3.0", "@types/react": "^17.0.38", "react": "^17.0.2", "rollup": "^2.63.0", "rollup-plugin-dts": "^4.1.0", "typescript": "^4.5.4" }, "resolutions": { "react": "17.0.2", "react-dom": "17.0.2" } }