UNPKG

@amihhs/quickly-dev-cli

Version:

CLI for Quickly build a local development environment

68 lines 1.56 kB
{ "name": "@amihhs/quickly-dev-cli", "type": "module", "version": "0.0.4-beta.2", "description": "CLI for Quickly build a local development environment", "author": { "name": "amihhs", "email": "amihhs369@gmail.com", "url": "https://github.com/amihhs" }, "license": "MIT", "homepage": "https://github.com/amihhs/quickly-dev-cli", "repository": { "type": "git", "url": "git+https://github.com/amihhs/quickly-dev-cli.git", "directory": "packages/cli" }, "bugs": { "url": "https://github.com/amihhs/quickly-dev-cli" }, "keywords": [ "dev", "local", "cli", "quickly", "quickly-dev-cli" ], "exports": { ".": { "types": "./dist/index.d.ts", "require": "./dist/index.cjs", "import": "./dist/index.mjs" } }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "main": "./dist/index.mjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "bin": { "quickly-dev-cli-esm": "./bin/quickly-dev-cli.mjs", "quickly-dev-cli-lib": "./bin/quickly-dev-cli.cjs" }, "files": [ "bin", "dist" ], "engines": { "node": ">=16" }, "dependencies": { "@pnpm/os.env.path-extender": "^0.2.10", "cac": "^6.7.14", "chokidar": "^3.5.3", "colorette": "^2.0.19", "consola": "^2.15.3", "fast-glob": "^3.2.12", "magic-string": "^0.30.0", "pathe": "^1.1.0" }, "scripts": { "build": "unbuild", "stub": "unbuild --stub", "dev": "esno ./src/index.ts" } }