{
  "name": "antibotmail",
  "version": "1.0.0",
  "description": "A Node.js module to interact with the AntiBotMail API",
  "main": "./dist/index.js",
  "module": "./src/index.mjs",
  "scripts": {
    "test-mjs": "node test.mjs",
    "test-js": "node test.js",
    "build": "rollup -c"
  },
  "keywords": [
    "antibotmail",
    "api",
    "nodejs",
    "email"
  ],
  "author": "DemonMartin",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "https://github.com/demonmartin/antibotmail.git"
  },
  "bugs": {
    "url": "https://github.com/demonmartin/antibotmail/issues"
  },
  "homepage": "https://github.com/demonmartin/antibotmail#readme",
  "dependencies": {
    "axios": "^1.6.8"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^25.0.7",
    "@rollup/plugin-json": "^6.1.0",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "rollup": "^4.14.1"
  }
}
