{
  "name": "is-get-set-prop",
  "version": "2.0.0",
  "description": "Does a JS type have a getter/setter property",
  "main": "src/index.js",
  "scripts": {
    "lint": "eslint .",
    "test": "npm run lint && c8 ava"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dustinspecker/is-get-set-prop.git"
  },
  "keywords": [
    "js",
    "javascript",
    "getter",
    "get",
    "setter",
    "set",
    "types"
  ],
  "author": {
    "name": "Dustin Specker",
    "email": "DustinSpecker@DustinSpecker.com",
    "url": "github.com/dustinspecker"
  },
  "type": "module",
  "engines": {
    "node": "> 18.0.0"
  },
  "license": "MIT",
  "files": [
    "src"
  ],
  "dependencies": {
    "get-set-props": "^0.2.0",
    "lowercase-keys": "^3.0.0"
  },
  "devDependencies": {
    "@eslint/js": "^9.4.0",
    "ava": "^6.1.3",
    "c8": "^9.1.0",
    "eslint": "^9.4.0",
    "globals": "^15.3.0",
    "gulp-if": "^2.0.0"
  },
  "c8": {
    "reporter": [
      "lcov",
      "text"
    ]
  }
}
