{
  "name": "iocompiler",
  "version": "4.4.2",
  "description": "Realtime i/o compiler bot of telegram",
  "dependencies": {
    "axios": "^1.3.4",
    "jsshort": "^0.2.10",
    "telegraf": "^4.12.2",
    "typescript": "^5.5.4",
    "which": "^4.0.0"
  },
  "main": "lib/index.js",
  "exports": {
    ".": {
      "types": "./types/index.d.ts",
      "default": "./lib/index.js"
    }
  },
  "types": "./types/index.d.ts",
  "files": [
    "lib/**/*.js",
    "lib/**/*.c",
    "lib/**/*.h",
    "types/**/*.d.ts",
    "types/**/*.d.ts.map",
    "LICENSE",
    "README.md",
    "NOTICE.txt",
    "packageconf.js"
  ],
  "scripts": {
    "build": "tsc && node copyfiles.js",
    "test": "tsc && node copyfiles.js && tsx myfile.ts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/PanditSiddharth/compilers.git"
  },
  "keywords": [
    "Compiler bot",
    "Telegram bot",
    "IO compiler",
    "Pandit Siddharth",
    "conpilers",
    "python compiler",
    "c/c++ compiler",
    "node compiler",
    "go compiler bot",
    "java compiler bot",
    "javascript compiler bot"
  ],
  "author": {
    "name": "Siddharth Sharma",
    "email": "mynmss3@gmail.com",
    "url": "https://telegram.me/PanditSiddharth"
  },
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/PanditSiddharth/compilers/issues"
  },
  "homepage": "https://github.com/PanditSiddharth/compilers#readme",
  "devDependencies": {
    "@types/node": "^20.10.7"
  }
}
