{
  "name": "pc-nrfjprog-js",
  "version": "1.7.6",
  "description": "Javascript bindings for nrfjprog",
  "main": "index.js",
  "nrfjprog": {
    "version": "10.12.1",
    "jlink": "V688a"
  },
  "scripts": {
    "build": "node build.js",
    "tidy": "node build.js --target tidy",
    "lint": "jshint api/ test/ && jscs api/ test/",
    "clean-prebuilt": "node-pre-gyp clean",
    "package-prebuilt": "node-pre-gyp package",
    "publish-prebuilt": "node-pre-gyp-github publish",
    "install": "node scripts/pre-install.js && ( (which nrfconnect-build && nrfconnect-build fetch-draft) || node-pre-gyp install --fallback-to-build=false || node build.js )",
    "docs": "jsdoc doc -t node_modules/minami -R README.md -d docs",
    "deploy-docs": "gh-pages -d docs",
    "test": "jest --runInBand --verbose --testResultsProcessor jest-bamboo-formatter -- index.test.js",
    "test-watch": "jest --watch --runInBand"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/NordicSemiconductor/pc-nrfjprog-js.git"
  },
  "bin": {
    "get-jlink": "./scripts/get-jlink.js"
  },
  "binary": {
    "module_name": "pc-nrfjprog-js",
    "module_path": "./build/Release",
    "host": "https://github.com/NordicSemiconductor/pc-nrfjprog-js/releases/download/",
    "remote_path": "v{version}"
  },
  "files": [
    "cmake",
    "src",
    "scripts",
    "build.js",
    "CMakeLists.txt",
    "index.js"
  ],
  "author": "Nordic Semiconductor ASA",
  "license": "SEE LICENSE IN LICENSE",
  "dependencies": {
    "axios": "^0.19.0",
    "bindings": "^1.5.0",
    "chalk": "^2.4.2",
    "cmake-js": "^5.3.0",
    "commander": "^2.20.0",
    "nan": "^2.14.0",
    "node-pre-gyp": "^0.13.0",
    "regedit": "^3.0.2",
    "sander": "^0.6.0",
    "semver": "^6.2.0",
    "sudo-prompt": "^9.0.0",
    "tar": "^4.4.10"
  },
  "devDependencies": {
    "gh-pages": "^2.0.1",
    "jest": "^24.8.0",
    "jest-bamboo-formatter": "1.0.1",
    "jsdoc": "^3.6.2",
    "minami": "^1.2.3",
    "node-pre-gyp-github": "1.4.3",
    "pc-nrfconnect-build": "github:NordicPlayground/pc-nrfconnect-build#semver:^0.3.0"
  },
  "jest": {
    "testMatch": [
      "**/test/?(*.)+(test).js?(x)"
    ]
  }
}
