{ "name": "@volt/dev", "version": "0.1.0", "description": "Local development CLI for Volt.js", "type": "module", "author": "Owais Jamil", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/stormlightlabs/volt.git", "directory": "dev" }, "bin": { "volt": "./dist/index.js" }, "files": ["dist"], "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": { "bumpp": "^10.3.1", "tsdown": "^0.15.6" }, "dependencies": { "chalk": "^5.6.2", "commander": "^14.0.1", "terser": "^5.44.0", "typescript": "^5.9.3" } }