{ "name": "opsu-to-pcm", "version": "0.1.0", "description": "Decode raw opus packet to pcm without using any external library", "main": "dist/opus_to_pcm.js", "scripts": { "build": "rollup -c", "pro": "NODE_ENV=production rollup -c", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git@gitlab.ipvisionsoft.com:ipvision-web/liveplayer.git" }, "author": "Samir Das", "devDependencies": { "babel-plugin-external-helpers": "^6.22.0", "babel-preset-es2015": "^6.24.1", "path": "^0.12.7", "rollup": "^0.39.0", "rollup-plugin-babel": "^2.7.1", "rollup-plugin-eslint": "^3.0.0", "rollup-plugin-replace": "^1.1.1", "rollup-plugin-uglify": "^1.0.1" }, "dependencies": { } }