{
  "name": "fs-admin",
  "version": "0.20.0",
  "description": "Manipulate files with escalated privileges",
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "test": "standard && mocha",
    "install": "prebuild-install || npm run build",
    "build": "node-gyp rebuild",
    "prebuild-napi-x64": "prebuild -t 3 -r napi -a x64 --strip",
    "prebuild-napi-ia32": "prebuild -t 3 -r napi -a ia32 --strip",
    "prebuild-napi-arm64": "prebuild -t 3 -r napi -a arm64 --strip",
    "upload": "node ./script/upload.js"
  },
  "keywords": [
    "file",
    "system",
    "privileges"
  ],
  "author": "Max Brunsfeld",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/atom/fs-admin.git"
  },
  "bugs": {
    "url": "https://github.com/atom/fs-admin/issues"
  },
  "dependencies": {
    "node-addon-api": "^4.2.0",
    "prebuild-install": "^7.0.1"
  },
  "devDependencies": {
    "mocha": "^9.2.0",
    "node-gyp": "^8.0.0",
    "prebuild": "^11.0.0",
    "standard": "^16.0.1",
    "temp": "^0.9.0"
  },
  "binary": {
    "napi_versions": [
      3
    ]
  },
  "config": {
    "runtime": "napi",
    "target": 3
  },
  "standard": {
    "globals": [
      "beforeEach",
      "describe",
      "it"
    ]
  }
}
