{
  "name": "node-sdl",
  "version": "3.0.3",
  "description": "sdl bindings for nodejs !!",
  "main": "binding.js",
  "types": "binding.d.ts",
  "type": "module",
  "exports": {
    ".": "./binding.js"
  },
  "scripts": {
    "configure": "cmake-js configure",
    "build": "cmake-js build",
    "install": "cmake-js rebuild"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ankushlohiya001/node-sdl.git"
  },
  "homepage": "https://github.com/ankushlohiya001/node-sdl.git",
  "author": "kushlohiya",
  "license": "ISC",
  "dependencies": {
    "bindings": "^1.5.0",
    "cmake-js": "^7.3.0",
    "node-addon-api": "^8.3.0"
  },
  "devDependencies": {
    "@types/bindings": "^1.5.5"
  }
}
