{
  "version": "1.0.2",
  "name": "april-fools",
  "description": "A time bomb that will throw a randomly generated `Error` on April 1st",
  "author": "Ahmad Nassri <opensource@ahmadnassri.net> (https://www.ahmadnassri.com)",
  "homepage": "https://github.com/ahmadnassri/node-april-fools",
  "repository": {
    "type": "git",
    "url": "https://github.com/ahmadnassri/node-april-fools.git"
  },
  "bugs": {
    "url": "https://github.com/ahmadnassri/node-april-fools/issues"
  },
  "funding": {
    "type": "individual",
    "url": "https://github.com/sponsors/ahmadnassri"
  },
  "license": "MIT",
  "keywords": [
    "april",
    "fools",
    "format",
    "error"
  ],
  "engines": {
    "node": ">=4"
  },
  "files": [
    "src"
  ],
  "main": "src/index.js",
  "scripts": {
    "test": "echo no tests",
    "test:ci": "npm run test",
    "test:watch": "npm run test",
    "test:report": "npm run test"
  },
  "dependencies": {
    "sentencer": "^0.2.1"
  }
}
