{
  "name": "create-vechain-dapp",
  "description": "Jump-start your development on VeChain with our pre-built templates that come with pre-configured tools, best practices, and comprehensive documentation to help you start building right away.",
  "version": "1.7.0",
  "private": false,
  "license": "MIT",
  "type": "module",
  "main": "index.js",
  "bin": {
    "create-vechain-dapp": "index.js"
  },
  "files": [
    "index.js",
    "utils.js",
    "templates/**"
  ],
  "scripts": {
    "update-templates": "./scripts/update-templates.sh"
  },
  "keywords": [
    "vechain",
    "dapp",
    "blockchain",
    "create-app",
    "boilerplate",
    "template",
    "react",
    "hardhat",
    "smart-contracts",
    "web3",
    "ethereum",
    "starter-kit",
    "x2earn",
    "scaffold"
  ],
  "dependencies": {
    "prompts": "^2.4.2"
  },
  "engines": {
    "node": "^18.0.0 || >=20.0.0"
  }
}
