{
  "name": "@mafiosnik/nvenc-codecs",
  "version": "1.0.4",
  "description": "Using NVIDIA Video Codec SDK to check encoder capatibilty of current GPU",
  "main": "index.js",
  "scripts": {
    "rebuild": "node-gyp rebuild",
    "install": "npm run rebuild",
    "test": "node test.js"
  },
  "keywords": [
    "nvenc",
    "node"
  ],
  "author": "mafiosnik",
  "repository": {
    "type": "git",
    "url": "https://github.com/mafiosnik777/nvenc-codecs-node"
  },
  "license": "GPL-3.0-or-later",
  "gypfile": true,
  "dependencies": {
    "node-gyp": "^9.3.0"
  }
}
