{
  "name": "ayvajs",
  "version": "0.19.0",
  "description": "A lightweight, behavior-based JavaScript API for controlling Open Source Multi Axis Stroker Robots.",
  "author": "soritesparadox",
  "type": "module",
  "main": "index.js",
  "files": [
    "src",
    "dist/*.js"
  ],
  "scripts": {
    "test": "c8 --all --src src --exclude src/devices --exclude src/util/lodash.clonedeep.js --exclude test --reporter html -o test-output/coverage mocha test/**/*.test.js --reporter mochawesome --reporter-options reportDir=test-output,reportFilename=test-results",
    "lint": "eslint --format html -o test-output/eslint.html --fix src/* test/* ",
    "release": "npx webpack"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ayvasoftware/ayvajs.git"
  },
  "keywords": [
    "osr",
    "osr2",
    "sr6",
    "stroker",
    "multi-axis",
    "robot"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ayvasoftware/ayvajs/issues"
  },
  "homepage": "https://github.com/ayvasoftware/ayvajs#readme",
  "devDependencies": {
    "c8": "^7.10.0",
    "chai": "4.3.4",
    "chai-as-promised": "^7.1.1",
    "eslint": "^8.4.1",
    "eslint-config-airbnb": "^19.0.2",
    "eslint-plugin-import": "^2.25.3",
    "mocha": "9.1.3",
    "mochawesome": "^7.0.1",
    "sinon": "12.0.1",
    "webpack": "^5.68.0",
    "webpack-cli": "^4.9.2"
  }
}
