{
  "name": "@novastar/screen",
  "version": "2.5.2",
  "description": "NovaStar API wrapper",
  "main": "dist/index.cjs",
  "types": "dist/index.d.mts",
  "module": "dist/index.mjs",
  "exports": {
    ".": {
      "require": "./dist/index.cjs",
      "import": "./dist/index.mjs",
      "types": "./dist/index.d.mts"
    },
    "./common": {
      "require": "./dist/common.cjs",
      "import": "./dist/common.mjs",
      "types": "./dist/common.d.mts"
    },
    "./getScreenLocation": {
      "require": "./dist/getScreenLocation.cjs",
      "import": "./dist/getScreenLocation.mjs",
      "types": "./dist/getScreenLocation.d.mts"
    },
    "./package.json": "./package.json"
  },
  "typesVersions": {
    "*": {
      "*": [
        "./dist/index.d.mts"
      ],
      "common": [
        "./dist/common.d.mts"
      ],
      "getScreenLocation": [
        "./dist/getScreenLocation.d.mts"
      ]
    }
  },
  "license": "MIT",
  "author": "Andrei Sarakeev <sarakusha@gmail.com>",
  "repository": {
    "type": "git",
    "url": "https://github.com/sarakusha/novastar.git",
    "directory": "packages/screen"
  },
  "homepage": "https://sarakusha.github.io/novastar/",
  "keywords": [
    "novastar",
    "DOOH",
    "NovaLCT",
    "Nova Mars SDK"
  ],
  "scripts": {
    "build": "tsdown",
    "fix": "run-s fix:*",
    "fix:prettier": "prettier \"src/**/*.ts\" --write",
    "fix:lint": "pnpm exec eslint src --fix",
    "ts-check": "tsc -p tsconfig.json --noEmit --diagnostics",
    "test": "run-s build test:*",
    "test:lint": "pnpm exec eslint src",
    "test:prettier": "prettier \"src/**/*.ts\" --list-different",
    "test:spelling": "cspell \"{README.md,.github/*.md,src/**/*.ts}\"",
    "test:unit": "jest src",
    "total-check": "rimraf check.log && run-for-every-file --src 'src/**.ts' --not-file 'src/*.test.ts' --run 'echo {{src-file}} >> check.log && tsc --noEmit --diagnostics --ignoreConfig --skipLibCheck --types node,jest --esModuleInterop --target es2021 --module nodenext --moduleResolution nodenext {{src-file}} >> check.log' ",
    "yalc:push": "yalc push",
    "yalc:update": "pnpm build && yalc publish --push"
  },
  "files": [
    "dist",
    "!**/*.test.*",
    "!**/*.spec.*",
    "!**/*.tsbuildinfo",
    "CHANGELOG.md",
    "LICENSE",
    "README.md"
  ],
  "jest": {
    "preset": "ts-jest",
    "testEnvironment": "node",
    "collectCoverage": true,
    "coverageReporters": [
      "lcov",
      "html"
    ],
    "globals": {
      "ts-jest": {
        "isolatedModules": false
      }
    },
    "moduleNameMapper": {
      "^@novastar/native/common$": "@novastar/native/common",
      "^@novastar/native/((?!build).*)$": "@novastar/native/$1"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@novastar/codec": "^2.2.1",
    "@novastar/native": "^2.5.1",
    "@novastar/net": "^2.2.1",
    "@novastar/serial": "^2.2.1",
    "@sarakusha/lzma": "^2.3.4",
    "@zip.js/zip.js": "^2.13.1",
    "adm-zip": "^0.5.17",
    "fast-xml-parser": "^5.8.0",
    "fp-ts": "^2.16.11",
    "io-ts": "^2.2.22",
    "lodash": "^4.18.1",
    "typed-struct": "^2.7.3"
  },
  "peerDependencies": {
    "debug": "^4.3.3"
  },
  "devDependencies": {
    "@types/adm-zip": "^0.5.8",
    "@types/debug": "^4.1.13",
    "@types/lodash": "^4.17.24",
    "chalk": "^5.6.2",
    "run-for-every-file": "^1.1.0"
  },
  "pkg": {
    "scripts": [
      "build/main/**/*.js"
    ],
    "assets": [
      "../../node_modules/serialport/node_modules/@serialport/bindings/build/Release/bindings.node"
    ]
  },
  "gitHead": "f13c5bd88cc8c87c92f904541e5cdcbefa81b773"
}
