{
  "name": "@haelp/teto",
  "version": "3.1.6",
  "description": "A typescript-based controllable TETR.IO client.",
  "maintainers": [
    "haelp"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Genius6942/triangle"
  },
  "displayName": "triangle.js",
  "private": false,
  "homepage": "https://triangle.haelp.dev",
  "main": "dist/index.js",
  "scripts": {
    "test": "tsc --noEmit",
    "format": "prettier --write \"./**/*.ts\"",
    "docs": "typedoc",
    "build": "rm -rf dist && bun version.js && esbuild src/index.ts --bundle --platform=node  --outfile=dist/index.js && esbuild src/engine/index.ts --bundle --platform=neutral --outfile=engine.js && esbuild src/channel/index.ts --bundle --platform=neutral --outfile=ch.js && tsc --declaration --emitDeclarationOnly --outdir dist/types",
    "pub": "npm publish --access public"
  },
  "files": [
    "dist",
    "bun.js",
    "bun.d.ts",
    "engine.js",
    "engine.d.ts",
    "ch.js",
    "ch.d.ts"
  ],
  "types": "dist/types/index.d.ts",
  "keywords": [
    "tetrio",
    "tetris",
    "ribbon",
    "websocket",
    "bot"
  ],
  "author": "halp",
  "license": "MIT",
  "devDependencies": {
    "@trivago/prettier-plugin-sort-imports": "^4.3.0",
    "@types/node": "^20.17.23",
    "@types/websocket": "^1.0.10",
    "@types/ws": "^8.18.0",
    "chalk": "^5.4.1",
    "esbuild": "^0.23.1",
    "fast-equals": "^5.2.2",
    "lodash": "^4.17.21",
    "msgpackr": "^1.11.2",
    "node-fetch": "^2.7.0",
    "prettier": "^3.5.3",
    "typedoc": "^0.26.11",
    "typescript": "5.6",
    "websocket": "^1.0.35",
    "ws": "^8.18.1"
  }
}
