{
  "name": "@skeet-framework/utils",
  "version": "1.3.11",
  "author": "ELSOUL LABO B.V.",
  "license": "Apache-2.0",
  "type": "module",
  "private": false,
  "description": "Skeet Framework Plugin - Utils",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "https://github.com/elsoul/skeet.git"
  },
  "engines": {
    "pnpm": ">=8",
    "npm": "please_use_pnpm_instead",
    "node": ">=20"
  },
  "keywords": [
    "TypeScript",
    "Serverless",
    "Utils",
    "Skeet Plugin"
  ],
  "bugs": {
    "url": "https://discord.gg/ausnBvAM38"
  },
  "homepage": "https://skeet-utils.web.app/",
  "files": [
    "dist"
  ],
  "dependencies": {
    "date-fns": "3.6.0",
    "date-fns-tz": "3.0.0",
    "dotenv": "16.4.5",
    "node-fetch": "3.3.2"
  },
  "devDependencies": {
    "@types/node": "20.12.5",
    "@typescript-eslint/eslint-plugin": "7.5.0",
    "@typescript-eslint/parser": "7.5.0",
    "esbuild": "0.20.2",
    "eslint": "8.56.0",
    "eslint-config-prettier": "9.1.0",
    "nodemon": "3.1.0",
    "prettier": "3.2.5",
    "tsx": "4.7.2",
    "typedoc": "0.25.12",
    "typescript": "5.4.4",
    "vite": "5.2.8",
    "vite-tsconfig-paths": "4.3.2",
    "vitest": "1.4.0"
  },
  "scripts": {
    "test": "vitest",
    "build": "rm -rf dist/ && tsx build.ts && tsc --emitDeclarationOnly && mv -f dist/src/* dist/ && rm -rf dist/src/ && pnpm build-doc",
    "build-doc": "typedoc src/index.ts --out docs",
    "dev": "npx tsx src/index.ts"
  }
}