cogs
Version:
The fast file transform pipeline.
30 lines (29 loc) • 564 B
JSON
{
"name": "cogs",
"version": "4.8.9",
"type": "module",
"author": "Casey Foster <c@sey.me>",
"description": "The fast file transform pipeline.",
"license": "MIT",
"main": "src/index.js",
"module": "src/index.js",
"sideEffects": [
"src/cli.js"
],
"repository": {
"type": "git",
"url": "https://github.com/caseywebdev/cogs"
},
"bin": {
"cogs": "src/cli.js"
},
"dependencies": {
"chalk": "5",
"commander": "13",
"underscore": "1",
"watchy": "0.10"
},
"devDependencies": {
"kiss-test": "0.2"
}
}