UNPKG

@junobuild/cli-tools

Version:

A collection of tools for Juno CLIs and Plugins.

68 lines (67 loc) 1.7 kB
{ "name": "@junobuild/cli-tools", "version": "0.14.0", "description": "A collection of tools for Juno CLIs and Plugins.", "author": "David Dal Busco (https://daviddalbusco.com)", "license": "MIT", "type": "module", "main": "./dist/node/index.mjs", "module": "./dist/node/index.mjs", "types": "./dist/types/index.d.ts", "exports": { ".": { "import": { "types": "./dist/types/index.d.ts", "default": "./dist/node/index.mjs" }, "require": { "types": "./dist/types/index.d.ts", "default": "./dist/node/index.mjs" } } }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "rmdir": "node ../../scripts/rmdir.mjs", "ts-declaration": "tsc --emitDeclarationOnly --outDir dist/types", "build": "npm run rmdir && mkdir -p dist && node esbuild.mjs && npm run ts-declaration", "prepack": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/junobuild/juno-js.git", "directory": "packages/cli-tools" }, "bugs": { "url": "https://github.com/junobuild/juno-js" }, "keywords": [ "utilities", "utils", "cli" ], "homepage": "https://juno.build", "peerDependencies": { "@junobuild/cdn": "^2.4", "@junobuild/config": "^3", "@junobuild/functions-tools": "^0.6", "@junobuild/storage": "^2.4", "@junobuild/utils": "^1.0.2", "esbuild": "^0.27.0", "ora": "^9" }, "dependencies": { "file-type": "^22.0.0", "listr2": "^10.2.1", "mime-types": "^3.0.2", "minimatch": "^10.2.5" }, "devDependencies": { "@types/mime-types": "^3.0.1", "@types/minimatch": "^6.0.0" } }