UNPKG

568 BJSONView Raw
1{
2 "name": "cogs",
3 "version": "4.7.7",
4 "type": "module",
5 "author": "Casey Foster <c@sey.me>",
6 "description": "The fast file transform pipeline.",
7 "license": "MIT",
8 "repository": {
9 "type": "git",
10 "url": "https://github.com/caseywebdev/cogs"
11 },
12 "bin": {
13 "cogs": "src/cli.js"
14 },
15 "dependencies": {
16 "chalk": "4",
17 "commander": "6",
18 "glob": "7",
19 "minimatch": "3",
20 "mkdirp": "1",
21 "underscore": "1",
22 "watchy": "0.9"
23 },
24 "devDependencies": {
25 "kiss-test": "0.1"
26 },
27 "scripts": {
28 "test": "bin/test"
29 }
30}