{
  "name": "grind-cli",
  "version": "0.8.0",
  "description": "CLI provider for Grind",
  "keywords": [
    "grindjs",
    "grind-framework",
    "grind-kernel",
    "cli"
  ],
  "homepage": "https://github.com/grindjs/grindjs/tree/master/packages/cli#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/grindjs/grindjs.git",
    "directory": "packages/cli"
  },
  "license": "MIT",
  "author": {
    "name": "Shaun Harrison",
    "url": "https://github.com/shnhrrsn"
  },
  "main": "lib/index.js",
  "scripts": {
    "build": "../../scripts/build-package.sh",
    "prepack": "yarn build",
    "test": "ava"
  },
  "dependencies": {
    "as-type": "^1.0.0",
    "chalk": "^4.0.0",
    "later": "^1.2.0"
  },
  "devDependencies": {
    "grind-framework": "^0.8.0"
  },
  "peerDependencies": {
    "grind-framework": "^0.8.0-beta.1"
  },
  "engines": {
    "node": ">=10.13"
  },
  "grind": {
    "commands": [
      "./lib/Commands/MakeCommandCommand.js"
    ],
    "providers": []
  },
  "gitHead": "f1e4b4d1461e2bf472a5a0322c39e69a0e968adc"
}
