UNPKG

cli-loaders

Version:

A collection of loaders for your cli apps

61 lines 1.59 kB
{ "name": "cli-loaders", "version": "3.0.0", "author": { "name": "Christian Martinez", "url": "http://christianbmartinez.com" }, "repository": { "type": "git", "url": "git+https://github.com/cbmongithub/cli-loaders.git" }, "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "devDependencies": { "@changesets/cli": "^2.27.11", "@types/bun": "^1.1.14", "@types/node": "^22.10.5", "babel-plugin-react-compiler": "^19.0.0-beta-27714ef-20250124", "eslint-plugin-react-compiler": "^19.0.0-beta-27714ef-20250124", "prettier": "^3.4.2", "tsup": "^8.3.5", "typescript": "^5.7.2" }, "description": "A collection of loaders for your cli apps", "funding": { "type": "individual", "url": "https://buymeacoffee.com/cbmonbmac" }, "homepage": "https://cliloaders.com", "keywords": [ "cli", "loaders", "cli-loaders", "cli-spinners", "cli-progress-bars", "cli-animations", "cli-loading-indicators", "cli-spinner", "cli-progress-bar", "cli-loading-indicator", "spinners", "progress-bars", "animations", "loading-indicators", "spinner", "progress-bar", "loading-indicator", "page-loaders", "nextjs loaders" ], "license": "MIT", "scripts": { "start": "node dist/index.js", "dev": "tsup src/index.ts --format cjs,esm --dts --watch", "build": "tsup src/index.ts --format cjs,esm --dts --minify", "lint": "tsc", "test": "bun test test/init-cli-loader.test.ts --watch" }, "type": "module" }