{
  "name": "ants-club-library",
  "version": "1.0.4",
  "description": "A collection of utility functions, constants, enums, and interfaces for the Ants Club project.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "ants",
    "library",
    "typescript",
    "utils",
    "constants",
    "enums"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Lordwin/ants-club-library.git"
  },
  "homepage": "https://github.com/Lordwin/ants-club-library#readme",
  "bugs": {
    "url": "https://github.com/Lordwin/ants-club-library/issues"
  },
  "author": "KOT",
  "license": "ISC",
  "devDependencies": {
    "typescript": "^5.6.3"
  }
}
