UNPKG

@ipp/cli

Version:

An image build orchestrator for the modern web

62 lines 1.3 kB
{ "name": "@ipp/cli", "version": "1.3.1", "description": "An image build orchestrator for the modern web", "author": "Marcus Cemes", "license": "MIT", "bin": { "ipp": "dist/bin.js" }, "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "dependencies": { "@ipp/common": "1.1.5", "@ipp/core": "1.1.8", "ajv": "^8.11.0", "chalk": "^4", "cosmiconfig": "^7.0.1", "denque": "^2.0.1", "figures": "^3", "immer": "^9.0.14", "ink": "^3.2.0", "ink-spinner": "^4.0.3", "leven": "^3", "pretty-error": "^4.0.0", "react": "^17", "rxjs": "^7.5.5", "rxjs-hooks": "^0.7.0", "yargs": "^17.5.1" }, "devDependencies": { "@types/ink-spinner": "^3.0.1", "@types/react": "^17", "@types/yargs": "^17.0.10", "crlf": "^1.1.1" }, "engines": { "node": ">=10.18" }, "homepage": "https://ipp.vercel.app", "repository": { "type": "git", "url": "https://github.com/MarcusCemes/image-processing-pipeline" }, "bugs": { "url": "https://github.com/MarcusCemes/image-processing-pipeline/issues" }, "keywords": [ "pipeline", "responsive", "libvips", "webp", "modern", "frontend", "cli", "image", "processing" ], "scripts": {} }