UNPKG

@thesusheer/node-miniaudio

Version:

Lightweight and fast Node.js addon for playing notification sounds, beeps, and alarms using MiniAudio.

64 lines (63 loc) 1.65 kB
{ "name": "@thesusheer/node-miniaudio", "version": "1.0.1", "private": false, "description": "Lightweight and fast Node.js addon for playing notification sounds, beeps, and alarms using MiniAudio.", "main": "./lib/index.js", "types": "types/index.d.ts", "homepage": "https://github.com/Susheer/node-miniaudio", "scripts": { "install": "prebuild-install || node-gyp rebuild", "rebuild": "node-gyp rebuild", "test": "node --test test/" }, "gypfile": false, "dependencies": { "node-addon-api": "^8.1.0" }, "devDependencies": { "grunt": "^1.6.1", "grunt-contrib-copy": "^1.0.0", "grunt-contrib-jshint": "^3.2.0", "grunt-node-gyp": "^5.0.0", "grunt-shell": "^4.0.0", "node-gyp": "^11.2.0", "node-pre-gyp": "^0.17.0", "node-pre-gyp-github": "github:Susheer/node-pre-gyp-github" }, "contributors": [ "Sudheer Gupta <sudheergupta0508@gmail.com>" ], "repository": { "type": "git", "url": "https://github.com/Susheer/node-miniaudio.git" }, "binary": { "module_name": "node-miniaudio", "module_path": "./lib/", "host": "https://github.com/Susheer/node-miniaudio/releases/download/", "remote_path": "v{version}" }, "keywords": [ "nodejs", "miniaudio", "audio", "sound", "beep", "notification", "alarm", "low-latency", "cross-platform", "embedded" ], "author": { "name": "Sudheer gupta", "url": "https://github.com/Susheer", "email": "sudheergupta0508@gmail.com" }, "licenses": [ { "type": "BSD" } ] }