UNPKG

aes70

Version:

A controller library for the AES70 protocol.

52 lines (51 loc) 1.27 kB
{ "name": "aes70", "version": "1.6.2", "description": "A controller library for the AES70 protocol.", "type": "module", "main": "src/index.js", "module": "src/index.js", "browser": "src/index.browser.js", "typings": "src/index.d.ts", "bin": { "printDevice": "bin/printDevice.js" }, "directories": { "src": "src" }, "scripts": { "test": "node --test --test-concurrency=1 tests/*.test.js", "test:only": "node --test-only --test-concurrency=1 tests/*.test.js", "prepublishOnly": "make", "docs": "cd esdoc && npm run build", "prettier": "npx prettier@2.0.5 --write .", "format": "npx prettier@2.0.5 --write .", "eslint": "./eslint/node_modules/.bin/eslint ." }, "repository": { "type": "git", "url": "git+https://github.com/DeutscheSoft/AES70.js.git" }, "keywords": [ "Audio", "Control", "Protocol", "RPC" ], "author": { "name": "Arne Goedeke", "email": "arne@deuso.de" }, "license": "GPL-2.0", "bugs": { "url": "https://github.com/DeutscheSoft/AES70.js/issues" }, "homepage": "https://github.com/DeutscheSoft/AES70.js#readme", "optionalDependencies": { "ws": "^5.2.4" }, "sideEffects": [ "src/bundle.browser.js", "dist/AES70.es5.js" ] }