{
  "name": "aes70",
  "version": "2.0.19",
  "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 --test-only --test-concurrency=1 tests/*.test.js",
    "prepublishOnly": "npx rollup@4.52.4 src/bundle.browser.js --file dist/AES70.es5.js --format iife",
    "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",
  "sideEffects": [
    "src/bundle.browser.js",
    "dist/AES70.es5.js"
  ]
}
