UNPKG

drupal-radix-cli

Version:

CLI for managing Radix components in a Drupal theme

35 lines (34 loc) 667 B
{ "name": "drupal-radix-cli", "version": "1.0.8", "description": "CLI for managing Radix components in a Drupal theme", "main": "cli.js", "bin": { "drupal-radix-cli": "./cli.js" }, "dependencies": { "@clack/prompts": "^0.11.0", "fs-extra": "^11.1.1", "js-yaml": "^4.1.0", "picocolors": "^1.1.1" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": { "name": "Sohail Lajevardi", "url": "https://github.com/doxigo" }, "repository": { "type": "git", "url": "https://github.com/doxigo/drupal-radix-cli.git" }, "keywords": [ "Drupal", "Radix", "CLI", "theme", "components" ], "license": "MIT" }