{
  "name": "cwip",
  "version": "1.1.24",
  "description": "Helpful utility functions with no external dependencies",
  "main": "dist/index.js",
  "type": "commonjs",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build:types": "tsc -d --declarationDir dist --declarationMap --emitDeclarationOnly",
    "build:tsc": "tsc -d --declarationDir dist --declarationMap",
    "clean": "rm -rf dist",
    "build": "npm run clean && npm run build:tsc",
    "lint": "eslint . --ext .js,.ts --ignore-path .eslintignore --fix",
    "format": "npx prettier --write . | grep -v '(unchanged)'",
    "bun:test": "bun test",
    "test": "jest",
    "update:dev": "npm update --include=dev"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wizardmordamir/cwip.git"
  },
  "keywords": [
    "utilities",
    "functions"
  ],
  "license": "ISC",
  "homepage": "https://github.com/wizardmordamir/cwip#readme",
  "devDependencies": {
    "@babel/core": "^7.23.9",
    "@babel/preset-env": "^7.23.9",
    "@babel/preset-typescript": "^7.23.3",
    "@jest/globals": "^29.7.0",
    "@types/jest": "^29.5.11",
    "@types/moment-timezone": "^0.5.30",
    "@types/node": "^24.0.12",
    "@typescript-eslint/parser": "^6.17.0",
    "babel-jest": "^29.7.0",
    "bun-plugin-dts": "^0.3.0",
    "eslint": "^8.56.0",
    "jest": "^29.7.0",
    "moment-timezone": "^0.5.45",
    "prettier": "^4.0.0-alpha.8",
    "typescript": "^5.4.5"
  }
}
