{
  "name": "@ton-contests/create-task",
  "version": "0.0.17",
  "description": "CLI tool to create new task for TON Contests platform",
  "author": "Daniil Kananenka",
  "homepage": "https://github.com/divatech-io/ton-contests#readme",
  "repository": {
    "type": "git",
    "url": "git@github.com:divatech-io/ton-contests.git",
    "directory": "packages/create-task"
  },
  "bugs": {
    "url": "https://github.com/divatech-io/ton-contests/issues"
  },
  "keywords": [
    "ton",
    "contests",
    "cli"
  ],
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "type": "module",
  "bin": {
    "create-ton-task": "./dist/index.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "lint": "eslint ./src",
    "build": "vite build",
    "watch": "vite build --watch",
    "typecheck": "tsc --noEmit"
  },
  "dependencies": {
    "@inquirer/core": "^10.1.0",
    "ansi-escapes": "^7.0.0",
    "chalk": "^5.3.0",
    "commander": "^12.1.0",
    "figures": "^6.1.0",
    "ora": "^8.1.1"
  },
  "devDependencies": {
    "@repo/eslint-config": "*",
    "@repo/typescript-config": "*",
    "@types/node": "^22.13.14"
  }
}
