{
  "name": "create-sandstone",
  "version": "2.6.8",
  "description": "The CLI for Sandstone - the minecraft pack creation library.",
  "type": "module",
  "exports": "./lib/index.js",
  "bin": {
    "sand": "./lib/index.js",
    "create-sandstone": "./lib/create.js"
  },
  "scripts": {
    "bundle": "bun scripts/version.ts && bun build src/index.ts --outdir=lib --sourcemap=external --target=bun --external=@parcel/watcher --external=figlet --external=@inquirer/prompts && bun build src/create.ts --outdir=lib --sourcemap=external --target=bun --external=@parcel/watcher --external=figlet --external=@inquirer/prompts",
    "dev:build": "tsc && bun bundle",
    "test:harness": "npx tsx scripts/test-harness.ts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sandstone-mc/sandstone-cli.git"
  },
  "keywords": [
    "sandstone",
    "cli",
    "command",
    "line",
    "interface",
    "datapack",
    "minecraft"
  ],
  "contributors": [
    {
      "name": "TheMrZZ - Florian ERNST",
      "url": "https://github.com/TheMrZZ"
    },
    {
      "email": "mulverin3@gmail.com",
      "name": "MulverineX",
      "url": "https://github.com/MulverineX"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/sandstone-mc/sandstone-cli/issues"
  },
  "homepage": "https://github.com/sandstone-mc/sandstone-cli#readme",
  "dependencies": {
    "@inquirer/prompts": "^8.5.2",
    "@parcel/watcher": "^2.5.6",
    "adm-zip": "^0.6.0",
    "chalk": "^5.6.2",
    "chalk-template": "^1.1.2",
    "commander": "^15.0.0",
    "figlet": "^1.11.0",
    "ink": "^7.1.1",
    "ink-spinner": "^5.0.0",
    "nanoid": "^6.0.0",
    "obliterator": "^2.0.5",
    "react": "^19.2.7",
    "semver": "^7.8.5",
    "source-map-js": "^1.2.1"
  },
  "devDependencies": {
    "@types/chalk": "^2.2.4",
    "@types/bun": "^1.3.14",
    "@types/figlet": "^1.7.0",
    "@types/react": "^19.2.17",
    "@types/semver": "^7.7.1",
    "bun-types": "^1.3.14",
    "node-pty": "^1.1.0",
    "sandstone": "^1.2.22",
    "typescript": "^6.0.3"
  },
  "trustedDependencies": [
    "@parcel/watcher",
    "node-pty"
  ]
}
