+{ "name": "@solid-cli/commands", "version": "0.0.22", "description": "The main command handlers for the Solid CLI", "license": "MIT", "homepage": "https://solid-cli.netlify.app", "repository": { "type": "git", "url": "https://github.com/solidjs-community/solid-cli" }, "files": ["dist", "types"], "main": "./dist/index.mjs", "module": "./dist/index.mjs", "types": "./types/index.d.ts", "exports": { ".": { "import": "./dist/index.mjs", "require": "./dist/index.mjs", "types": "./types/index.d.ts" }, "./new": { "import": "./dist/handlers/new.mjs", "require": "./dist/handlers/new.mjs", "types": "./types/handlers/new.d.ts" } }, "scripts": { "test": "vitest run", "build": "tsc && tsup" }, "devDependencies": { "@chialab/esbuild-plugin-meta-url": "^0.18.2", "@types/node": "^20.12.12", "prettier": "^3.2.5", "tsup": "^8.0.2", "typescript": "^5.4.5" }, "publishConfig": { "access": "public" }, "dependencies": { "@begit/core": "^0.0.16", "@clack/prompts": "0.7.0", "@solid-cli/reactivity": "workspace:*", "@solid-cli/ui": "workspace:*", "@solid-cli/utils": "workspace:*", "execa": "^9.1.0", "picocolors": "^1.0.1", "sucrase": "^3.35.0" }}
0 commit comments