{ "name": "create-voltx", "version": "0.1.0", "description": "CLI for creating and managing VoltX.js applications", "type": "module", "author": "Owais Jamil", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/stormlightlabs/volt.git", "directory": "cli" }, "bin": { "create-voltx": "./dist/index.js", "voltx": "./dist/index.js" }, "files": ["dist", "templates"], "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": "./dist/index.js", "./package.json": "./package.json" }, "scripts": { "build": "tsdown", "dev": "tsdown --watch", "test": "vitest", "test:run": "vitest run", "typecheck": "tsc --noEmit" }, "devDependencies": { "tsdown": "^0.15.6", "@vitest/coverage-v8": "^3.2.4" }, "dependencies": { "chalk": "^5.6.2", "commander": "^14.0.1", "@inquirer/prompts": "^8.0.1" }, "keywords": ["voltx", "reactive", "framework", "cli", "scaffold", "create"] }