{
  "name": "rbox-js",
  "version": "0.1.7",
  "description": "Javascript library for interacting with the local and export data of Pioneers Rekordbox DJ software",
  "author": "Dylan Jones <dylanljones@proton.me>",
  "keywords": [
    "rekordbox",
    "dj",
    "database",
    "setting",
    "anlz",
    "music",
    "rust"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/dylanljones/rbox"
  },
  "main": "index.js",
  "types": "index.d.ts",
  "napi": {
    "binaryName": "rbox-js",
    "packageName": "@dylanljones/rbox-js",
    "targets": [
      "x86_64-pc-windows-msvc",
      "x86_64-unknown-linux-gnu",
      "universal-apple-darwin"
    ]
  },
  "license": "GPL-3.0",
  "devDependencies": {
    "@napi-rs/cli": "^3.1.5",
    "ava": "^6.0.1"
  },
  "ava": {
    "timeout": "3m",
    "files": [
      "./__test__/*.mjs"
    ]
  },
  "engines": {
    "node": ">= 10"
  },
  "scripts": {
    "artifacts": "napi artifacts",
    "build": "napi build --platform --release --js-package-name @dylanljones/rbox-js",
    "build:debug": "napi build --platform",
    "prepublishOnly": "napi prepublish -t npm --no-gh-release",
    "test": "ava",
    "universal": "napi universalize",
    "version": "napi version"
  },
  "packageManager": "yarn@4.9.1",
  "optionalDependencies": {
    "@dylanljones/rbox-js-win32-x64-msvc": "0.1.7",
    "@dylanljones/rbox-js-linux-x64-gnu": "0.1.7",
    "@dylanljones/rbox-js-darwin-universal": "0.1.7"
  }
}