{
  "name": "@particle/device-os-version-checks",
  "description": "Version checking utilities for Device OS",
  "version": "2.0.14",
  "author": "Particle Industries, inc",
  "license": "UNLICENSED",
  "main": "src/index.js",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "version": "npm run changelog:update",
    "clean": "npm run clean:modules",
    "clean:modules": "rm -rf ./node_modules",
    "test": "npm run test:unit",
    "test:ci": "npm run test:unit -- --forbid-only && npm run coverage",
    "test:unit": "mocha './src/**/*.test.js' --color --timeout 5000",
    "test:unit:watch": "npm run test:unit -- --watch",
    "test:unit:inspect": "npm run test:unit -- --inspect-brk",
    "test:unit:silent": "npm run test:unit > tmp/test-unit-log.txt 2>&1",
    "coverage": "nyc --reporter=text --include='src/**/*.js' --temp-dir=./tmp/ --check-coverage --lines 100 --all npm run test:unit:silent",
    "changelog:update": "node ../../bin/update-changelog.js device-os-version-checks",
    "docs:build": "node ../../bin/build-docs.js device-os-version-checks"
  },
  "engines": {
    "node": ">=22",
    "npm": "10.x"
  },
  "dependencies": {
    "semver": "^7.7.2"
  },
  "gitHead": "01e880283b9750a23c1757f33d1c26140fb7645c"
}
