{
  "name": "@layerzerolabs/create-oapp",
  "version": "0.0.126",
  "description": "Create LayerZero Omni DApp with one command",
  "keywords": [
    "LayerZero",
    "OFT"
  ],
  "type": "module",
  "bin": "./cli.js",
  "files": [
    "cli.js",
    "dist"
  ],
  "scripts": {
    "prebuild": "tsc -noEmit",
    "build": "$npm_execpath prebuild && $npm_execpath tsup",
    "clean": "rm -rf dist",
    "dev": "$npm_execpath tsup --watch",
    "lint": "$npm_execpath eslint '**/*.{js,ts,json}'",
    "start": "./cli.js"
  },
  "dependencies": {
    "commander": "^12.1.0",
    "yoga-layout-prebuilt": "^1.10.0"
  },
  "devDependencies": {
    "@layerzerolabs/io-devtools": "~0.1.8",
    "@layerzerolabs/typescript-config-next": "^3.0.104",
    "@solana/web3.js": "1.95.8",
    "@types/ink-spinner": "^3.0.4",
    "@types/node": "^20.10.5",
    "@types/prompts": "^2.4.9",
    "@types/react": "^18.3.3",
    "@types/which": "~3.0.3",
    "@typescript-eslint/eslint-plugin": "^7.5.0",
    "@typescript-eslint/parser": "^7.5.0",
    "eslint": "^8.55.0",
    "eslint-config-prettier": "^9.1.0",
    "eslint-config-standard": "^17.1.0",
    "eslint-plugin-import": "^2.29.0",
    "eslint-plugin-n": "^16.6.2",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prettier": "^5.0.1",
    "eslint-plugin-promise": "^6.1.1",
    "eslint-plugin-react": "^7.33.2",
    "eslint-plugin-react-hooks": "^4.6.0",
    "eslint-plugin-turbo": "^1.12.3",
    "ink": "^3.2.0",
    "ink-gradient": "^2.0.0",
    "ink-select-input": "^4.2.2",
    "ink-spinner": "^4.0.0",
    "ink-table": "^3.1.0",
    "ink-text-input": "^4.0.3",
    "prettier": "^3.2.4",
    "prompts": "^2.4.2",
    "react": "^17.0.2",
    "tiged": "^2.12.6",
    "ts-node": "^10.9.1",
    "tsup": "^8.3.5",
    "typescript": "~5.2.2",
    "which": "~4.0.0",
    "zod": "^3.22.4",
    "zx": "^8.1.3"
  },
  "publishConfig": {
    "access": "public"
  }
}