{
  "name": "create-ink-dapp",
  "version": "1.0.0",
  "description": "Create an Ink! DApp using ink!athon boilerplate",
  "repository": {
    "type": "git",
    "url": "https://github.com/onyedikachi-david/create-ink-app.git"
  },
  "main": "dist/cli.js",
  "type": "module",
  "bin": "bin/create-ink-dapp.js",
  "keywords": [
    "cli",
    "polkadot",
    "ink!",
    "rust",
    "nextjs"
  ],
  "license": "MIT",
  "devDependencies": {
    "@rollup/plugin-typescript": "11.1.0",
    "@types/inquirer": "9.0.3",
    "@types/listr": "0.14.4",
    "@types/ncp": "2.0.5",
    "@types/node": "18.16.0",
    "rollup": "3.21.0",
    "rollup-plugin-auto-external": "2.0.0",
    "tslib": "2.5.0",
    "typescript": "5.0.4"
  },
  "dependencies": {
    "@changesets/cli": "^2.26.2",
    "arg": "5.0.2",
    "chalk": "5.2.0",
    "cross-spawn": "^7.0.3",
    "execa": "7.1.1",
    "handlebars": "^4.7.7",
    "inquirer": "9.2.0",
    "listr": "0.14.3",
    "merge-packages": "^0.1.6",
    "ncp": "2.0.0",
    "pkg-install": "1.0.0"
  },
  "packageManager": "pnpm@8.10.2",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "build": "rollup -c rollup.config.js",
    "dev": "rollup -c rollup.config.js --watch",
    "cli": "node bin/create-ink-dapp.js",
    "test": "echo \"Error: no test specified\" && exit 1",
    "changeset:release": "pnpm run build && changeset publish"
  }
}