UNPKG

vita-node

Version:
46 lines (45 loc) 942 B
{ "name": "vita-node", "version": "1.1.0", "description": "Node.js bindings for Vital", "main": "index.js", "gypfile": true, "scripts": { "install": "node-gyp-build", "prebuild": "prebuildify --napi", "build": "node-gyp build", "build:debug": "node-gyp build --debug", "rebuild": "node-gyp rebuild", "clean": "node-gyp clean", "test": "node test/test.js" }, "dependencies": { "node-addon-api": "^6.0.0", "node-gyp-build": "^4.8.0" }, "devDependencies": { "node-gyp": "10.1.0", "prebuildify": "^6.0.1" }, "engines": { "node": ">=14.0.0" }, "repository": { "type": "git", "url": "https://github.com/rtavasso/vita-node.git" }, "keywords": [ "audio", "music", "sound", "synthesizer", "vital", "vita", "node-bindings" ], "author": "Riley Tavassoli", "license": "GPL-3.0-or-later", "contributors": [ "David Braun" ] }