@css-components/cli
Version:
CLI Interface for interacting with CSS Component Modules - CCM
29 lines • 654 B
JSON
{
"name": "@css-components/cli",
"version": "0.3.0",
"description": "CLI Interface for interacting with CSS Component Modules - CCM",
"author": "Joel Jeske <joeljeske14@gmail.com>",
"repository": {
"type": "git",
"url": "git+https://github.com/joeljeske/ccm.git"
},
"bugs": {
"url": "https://github.com/joeljeske/ccm/issues"
},
"homepage": "https://github.com/joeljeske/ccm#readme",
"license": "MIT",
"keywords": [
"CSS",
"CCM",
"CSS-in-JS"
],
"dependencies": {
"chokidar": "^3.5.3"
},
"devDependencies": {},
"peerDependencies": {},
"main": "./main.js",
"bin": {
"ccm": "./ccm.js"
}
}