{
  "name": "create-split",
  "version": "0.1.2",
  "description": "CLI tool to connect Next.js sites to Split AI content delivery system",
  "main": "dist/index.js",
  "bin": {
    "create-split": "dist/bin.js"
  },
  "files": [
    "dist",
    "templates",
    "README.md",
    "LICENSE"
  ],
  "keywords": [
    "cli",
    "next.js",
    "ai",
    "content",
    "seo",
    "aeo"
  ],
  "author": "Split",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/splitrun/create-split"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "chalk": "^4.1.2",
    "commander": "^11.0.0",
    "fs-extra": "^11.3.0",
    "inquirer": "^8.2.6",
    "node-fetch": "^2.6.12",
    "ora": "^5.4.1"
  },
  "devDependencies": {
    "@types/fs-extra": "^11.0.4",
    "@types/inquirer": "^8.2.11",
    "@types/node": "^20.4.5",
    "@types/node-fetch": "^2.6.4",
    "ts-node": "^10.9.1",
    "typescript": "^5.1.6"
  },
  "engines": {
    "node": ">=14.0.0"
  },
  "scripts": {
    "build": "tsc && cp -r templates dist/",
    "start": "node dist/bin.js",
    "dev": "ts-node bin.ts"
  }
}