{
  "name": "spworlds",
  "version": "2.2.1",
  "description": "Library for SPWorlds API",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "module": "dist/index.js",
  "files": [
    "/dist/"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/m1handr/spworlds.git"
  },
  "keywords": [
    "SPWorlds",
    "API",
    "spworlds"
  ],
  "author": {
    "name": "Mihandr",
    "url": "https://mihandr.dev"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/m1handr/spworlds/issues"
  },
  "homepage": "https://spworlds.ru",
  "devDependencies": {
    "@tsconfig/node20": "^20.1.4",
    "@types/node": "^20.12.7",
    "prettier": "^3.2.5",
    "typescript": "^5.4.5"
  },
  "scripts": {
    "build": "tsc --project tsconfig.build.json",
    "format": "prettier -w ."
  }
}