{
  "name": "anticore",
  "version": "4.6.5",
  "description": "A library to handle your AJAX/SSE DOM contents and to automate your requests, using some contracts.",
  "main": "index.js",
  "type": "module",
  "exports": {
    ".": "./index.js",
    "./index.js": "./index.js",
    "./defaults.js": "./defaults.js",
    "./trigger.js": "./trigger.js"
  },
  "scripts": {
    "lint": "eslint --report-unused-disable-directives ."
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Lcfvs/anticore.git"
  },
  "bugs": {
    "url": "https://github.com/Lcfvs/anticore/issues"
  },
  "keywords": [
    "library",
    "AJAX",
    "SSE",
    "DOM",
    "contracts"
  ],
  "author": "Lcf.vs",
  "contributors": [
    "Brett Zamir"
  ],
  "license": "MIT",
  "homepage": "https://anticore.io",
  "devDependencies": {
    "eslint": "^7.27.0"
  }
}
