{
  "name": "@nut-tree-fork/shared",
  "version": "4.2.6",
  "description": "Shared objects, data types and functions for @nut-tree-fork/nut-js",
  "main": "dist/index",
  "typings": "dist/index",
  "dependencies": {
    "node-abort-controller": "3.1.1",
    "jimp": "0.22.10"
  },
  "devDependencies": {
    "@nut-tree-fork/configs": "4.2.6"
  },
  "keywords": [
    "nut-js"
  ],
  "author": {
    "name": "dry Software UG (haftungsbeschränkt)",
    "email": "info@dry.software",
    "url": "https://dry.software"
  },
  "license": "Apache-2.0",
  "scripts": {
    "test": "jest --runInBand",
    "coverage": "jest --coverage --runInBand --logHeapUsage",
    "coverage:clean": "rimraf coverage",
    "clean": "rimraf dist",
    "compile": "pnpm run clean && tsc -p .",
    "publish:next": "pnpm publish --tag next --no-git-checks --access public",
    "publish:release": "pnpm publish --no-git-checks",
    "typedoc": "typedoc --out docs"
  }
}