{
  "name": "predefine",
  "version": "0.1.3",
  "description": "Predefine your Object.defineProperties to create a more human readable API.",
  "main": "index.js",
  "scripts": {
    "watch": "mocha --watch test.js",
    "test": "nyc mocha -- test.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/bigpipe/predefine.git"
  },
  "keywords": [
    "predefine",
    "define",
    "object",
    "defineProperties",
    "defineProperties",
    "configurable",
    "writable",
    "get",
    "set",
    "getters",
    "setters",
    "inherit"
  ],
  "author": "Arnout Kazemier",
  "license": "MIT",
  "dependencies": {
    "extendible": "0.1.x"
  },
  "devDependencies": {
    "assume": "~2.3.0",
    "nyc": "^15.1.0",
    "mocha": "~9.2.0",
    "pre-commit": "~1.2.0"
  }
}
