{
  "name": "platform-folders",
  "version": "0.6.1",
  "description": "Module to get platform dependent folders (e.g. documents, downloads, config)",
  "main": "src/index.js",
  "types": "src/index.d.ts",
  "scripts": {
    "test": "mocha -r ts-node/register test/**/*.ts",
    "install": "node-gyp rebuild",
    "build": "tsc",
    "prepublishOnly": "tsc",
    "lint": "eslint -c ./.eslintrc.js src/**/*[^.d$].ts ./test/**/*.ts "
  },
  "keywords": [
    "platform",
    "folders",
    "documents",
    "downloads",
    "special folders",
    "appdata",
    "platform folders"
  ],
  "author": "Jan Beckmann <king-jan1999@hotmail.de>",
  "license": "MIT",
  "gypfile": true,
  "devDependencies": {
    "@types/chai": "^5.2.2",
    "@types/mocha": "^10.0.10",
    "@types/node": "^24.3.1",
    "@typescript-eslint/eslint-plugin": "^8.42.0",
    "@typescript-eslint/parser": "^8.42.0",
    "chai": "^6.0.1",
    "eslint": "^9.34.0",
    "mocha": "^11.7.2",
    "ts-node": "^10.9.2",
    "typescript": "^5.9.2"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/kingjan1999/platform-folders.git"
  },
  "dependencies": {
    "bindings": "^1.5.0"
  },
  "files": [
    "src",
    "binding.gyp",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": "^8.16.0 || >=10"
  }
}
