{
  "version": "0.9.7",
  "license": "MIT",
  "name": "get-own-property-symbols",
  "description": "",
  "homepage": "https://github.com/es-shims/get-own-property-symbols",
  "keywords": [
    "Object",
    "getOwnPropertySymbols",
    "ES6",
    "Symbol",
    "polyfill"
  ],
  "author": {
    "name": "Andrea Giammarchi",
    "web": "https://webreflection.blogspot.com/"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/es-shims/get-own-property-symbols.git"
  },
  "main": "./build/get-own-property-symbols.node.js",
  "scripts": {
    "prepack": "npmignore --auto --commentLines=autogenerated",
    "prepublishOnly": "safe-publish-latest && npm run build",
    "prepublish": "not-in-publish || npm run prepublishOnly",
    "prelint": "npm run build",
    "lint": "eslint src build/*.max.js",
    "postlint": "tsc -p . && attw -P",
    "clean": "rimraf build",
    "web": "tiny-cdn run",
    "prebuild": "npm run clean && mkdirp build",
    "build": "make",
    "pretest": "npm run lint",
    "test": "npm run tests-only",
    "posttest": "npx npm@'>=10.2' audit --production",
    "pretests-only": "npm run build",
    "tests-only": "nyc tape 'test/**/*.js'"
  },
  "devDependencies": {
    "@arethetypeswrong/cli": "^0.18.2",
    "@ljharb/eslint-config": "^22.2.1",
    "@ljharb/tsconfig": "^0.3.2",
    "@types/tape": "^5.8.1",
    "es5-shim": "^4.6.7",
    "es6-shim": "^0.35.8",
    "eslint": "^8.57.1",
    "in-publish": "^2.0.1",
    "markdown": "^0.5.0",
    "mkdirp": "^0.5.6",
    "npmignore": "^0.3.5",
    "nyc": "^10.3.2",
    "rimraf": "^2.7.1",
    "safe-publish-latest": "^2.0.0",
    "tape": "^5.9.0",
    "tiny-cdn": "^0.7.0",
    "typescript": "next",
    "uglify-js": "^2.8.29"
  },
  "publishConfig": {
    "ignore": [
      "!build",
      "build/*.amd.js",
      "index.html",
      "Makefile",
      "template/",
      ".github/workflows"
    ]
  },
  "engines": {
    "node": ">= 0.4"
  }
}
