{
  "name": "@nonstrict/recordkit",
  "version": "0.84.0",
  "description": "Powerful screen recording for your Electron app on macOS.",
  "homepage": "https://recordkit.dev",
  "repository": "nonstrict-hq/RecordKit.Electron",
  "type": "module",
  "main": "out/index.js",
  "types": "out/index.d.ts",
  "exports": {
    ".": {
      "browser": "./out/browser.js",
      "import": "./out/index.js",
      "require": "./out/index.cjs"
    }
  },
  "engines": {
    "node": ">=18.16"
  },
  "scripts": {
    "test": "jest",
    "build": "rm -rf out && tsc && rollup -c"
  },
  "keywords": [
    "recording",
    "screen",
    "recorder",
    "webcam",
    "microphone",
    "electron",
    "macos",
    "avfoundation",
    "screencapturekit"
  ],
  "author": {
    "name": "Nonstrict B.V.",
    "email": "team+recordkit@nonstrict.com",
    "url": "https://nonstrict.eu/"
  },
  "license": "SEE LICENSE IN License.md",
  "devDependencies": {
    "@types/jest": "^29.5.12",
    "@types/node": "18.19.1",
    "jest": "^29.7.0",
    "rollup": "^4.12.0",
    "ts-jest": "^29.1.2",
    "typedoc": "^0.25.11",
    "typescript": "^5.3.3"
  },
  "volta": {
    "node": "18.19.1"
  }
}
