{
    "name": "node-fs-dialogs",
    "description": "Cross-platform native file dialogs for Node.js",
    "version": "1.1.1",
    "author": "TheLazySquid",
    "module": "index.ts",
    "main": "lib/binding.js",
    "types": "lib/index.d.ts",
    "files": [
        "lib",
        "src",
        "scripts",
        "prebuilds",
        "nfd-ext/src",
        "binding.gyp"
    ],
    "repository": {
        "type": "git",
        "url": "git+https://github.com/TheLazySquid/node-fs-dialogs.git"
    },
    "scripts": {
        "build": "node-gyp rebuild",
        "clean": "node-gyp clean",
        "install": "node-gyp-build",
        "prebuild": "prebuildify --napi --strip"
    },
    "devDependencies": {
        "@types/node": "^24.1.0",
        "node-gyp": "^13.0.1",
        "prebuildify": "^6.0.1"
    },
    "dependencies": {
        "node-addon-api": "^8.4.0",
        "node-gyp-build": "^4.8.4"
    },
    "gypfile": true
}
