UNPKG

@sophialabs/spectro

Version:

lib para geração de espectrogramas

49 lines (48 loc) 1.06 kB
{ "name": "@sophialabs/spectro", "version": "1.5.8", "description": "lib para geração de espectrogramas", "keywords": [ "spectogram", "ts", "js", "sophialabs", "sophiamind", "audio", "filters", "frequency" ], "homepage": "https://github.com/IMNascimento/Spectro#readme", "bugs": { "url": "https://github.com/IMNascimento/Spectro/issues" }, "repository": { "type": "git", "url": "git+https://github.com/IMNascimento/Spectro.git" }, "license": "MIT", "author": "Igor Nascimento", "type": "module", "files": [ "dist" ], "main": "dist/index.cjs.js", "module": "dist/index.es.js", "types": "dist/index.d.ts", "source": "src/index.ts", "exports": { ".": { "import": "./dist/index.es.js", "require": "./dist/index.cjs.js" } }, "scripts": { "build": "microbundle", "prepublishOnly": "npm run build", "watch": "tsc --watch", "test": "echo \"Error: no test specified\" && exit 1" }, "devDependencies": { "microbundle": "^0.15.1" } }