{
  "name": "auxin",
  "version": "1.17.9",
  "description": "Auxin is a powerful Node.js utility toolkit that simplifies common tasks, boosting your development productivity.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "directories": {
    "doc": "docs",
    "test": "test"
  },
  "scripts": {
    "build": "tsc",
    "array": "nodemon test/arrayUtils.test.js",
    "date": "nodemon test/dateUtils.test.js",
    "string": "nodemon test/stringUtils.test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mrsajadpp/auxin.git"
  },
  "keywords": [
    "auxin",
    "utility"
  ],
  "funding": [
    {
      "type": "buymeacoffee",
      "url": "https://www.buymeacoffee.com/thintry"
    },
    {
      "type": "patreon",
      "url": "https://www.patreon.com/sajadpp"
    }
  ],
  "author": "Sajad PP <sajad@thintry.com> (https://github.com/mrsajadpp)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mrsajadpp/auxin/issues",
    "email": "hello@thintry.com"
  },
  "homepage": "https://auxin.thintry.com/",
  "devDependencies": {
    "@types/jest": "^29.5.12",
    "@types/node": "^20.12.7",
    "nodemon": "^3.1.0",
    "typescript": "^5.4.5"
  }
}