{
  "name": "argon-cli",
  "version": "0.2.7",
  "description": "Argon CLI provide tools for creating components and running build scripts",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/scssyworks/argon-cli.git"
  },
  "keywords": [
    "argon",
    "cli",
    "argon-cli",
    "argon-boilerplate",
    "boilerplate"
  ],
  "author": "Sachin Singh <contactsachinsingh@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/scssyworks/argon-cli/issues"
  },
  "homepage": "https://github.com/scssyworks/argon-cli#readme",
  "devDependencies": {
    "chalk": "^3.0.0",
    "fs-extra": "^8.1.0",
    "inquirer": "^7.0.0",
    "yargs": "^15.0.2"
  },
  "peerDependencies": {
    "chalk": "^3.0.0",
    "fs-extra": "^8.1.0",
    "inquirer": "^7.0.0",
    "yargs": "^15.0.2"
  },
  "bin": {
    "argon-create": "./index.js"
  }
}
