{
  "name": "akismet-api",
  "version": "5.1.0",
  "description": "Nodejs bindings to the Akismet (https://akismet.com) spam detection service",
  "main": "lib/akismet.js",
  "dependencies": {
    "bluebird": "^3.1.1",
    "superagent": "^6.1.0"
  },
  "devDependencies": {
    "chai": "^4.0.1",
    "mocha": "^8.0.1",
    "nock": "^13.0.0",
    "prettier": "^2.0.2"
  },
  "scripts": {
    "test": "prettier --check '**/*.js' && mocha test/*.spec.js",
    "prettier": "prettier --write '**/*.js'"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/chrisfosterelli/akismet-api.git"
  },
  "keywords": ["akismet", "spam", "detection"],
  "author": "Chris Foster <chris.james.foster@gmail.com>",
  "license": "MIT",
  "engines": {
    "node": ">=4.0.0"
  }
}
