{
  "name": "@jellybrick/dbus-next",
  "version": "0.10.3",
  "keywords": [
    "dbus",
    "dcop",
    "d-bus",
    "rpc",
    "gnome",
    "kde"
  ],
  "description": "The next great DBus library for Node",
  "files": [
    "lib/*",
    "index.js",
    "package.json",
    "types.d.ts"
  ],
  "directories": {
    "lib": "lib",
    "test": "test",
    "examples": "examples"
  },
  "main": "index.js",
  "types": "types.d.ts",
  "maintainers": [
    {
      "name": "JellyBrick",
      "email": "shlee1503@naver.com"
    }
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "http://github.com/JellyBrick/node-dbus-next.git"
  },
  "dependencies": {
    "@nornagon/put": "0.0.8",
    "event-stream": "4.0.1",
    "jsbi": "^4.3.0",
    "long": "^4.0.0",
    "safe-buffer": "^5.2.1",
    "xml2js": "^0.6.2"
  },
  "devDependencies": {
    "@babel/core": "^7.26.0",
    "@babel/plugin-proposal-class-properties": "^7.18.6",
    "@babel/plugin-proposal-decorators": "^7.25.9",
    "@babel/plugin-syntax-bigint": "^7.8.3",
    "@babel/plugin-transform-async-to-generator": "^7.25.9",
    "babel-core": "^7.0.0-bridge.0",
    "babel-eslint": "^10.1.0",
    "babel-jest": "^29.7.0",
    "babel-plugin-syntax-async-functions": "^6.13.0",
    "babel-plugin-transform-async-to-generator": "^6.24.1",
    "babel-plugin-transform-jsbi-to-bigint": "^1.4.0",
    "commander": "^13.0.0",
    "handlebars": "^4.7.8",
    "jest": "^29.7.0",
    "jsdoc": "^4.0.4",
    "semistandard": "^17.0.0"
  },
  "scripts": {
    "integration": "dbus-run-session -- jest ./test/integration",
    "coverage": "dbus-run-session -- jest --coverage",
    "unit": "jest ./test/*.test.js",
    "test": "dbus-run-session -- jest",
    "doc": "jsdoc --verbose -c jsdoc.conf --readme README.md -r lib index.js -d doc",
    "format": "cd lib && semistandard --global BigInt --fix && cd ../test && semistandard --env jest --parser babel-eslint --global BigInt --fix"
  },
  "jest": {
    "testEnvironment": "node",
    "bail": true
  },
  "standard": {
    "parser": "babel-eslint",
    "globals": [
      "BigInt"
    ]
  },
  "engine": {
    "node": ">=6.3.0"
  }
}
