{
  "name": "@tmraaex/create-structure",
  "version": "2.3.5",
  "description": "CLI-verktyg för att skapa en standardiserad projektstruktur med TypeScript",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "cli",
    "typescript",
    "project-structure"
  ],
  "author": "TmRAaEx",
  "license": "ISC",
  "type": "module",
  "bin": {
    "create-structure": "./index.js"
  },
  "dependencies": {
    "@inquirer/prompts": "^7.3.2",
    "fs-extra": "^11.3.0",
    "inquirer": "^12.4.2",
    "open": "^10.1.0"
  }
}