{
  "name": "@kikobeats/scritch",
  "version": "1.5.2",
  "description": "A small CLI to help you write sharable scripts for your team",
  "keywords": [
    "bash",
    "bin",
    "build",
    "cli",
    "javascript",
    "python",
    "scripting",
    "scripts",
    "share",
    "shell"
  ],
  "homepage": "https://github.com/jamiebuilds/scritch#readme",
  "bugs": {
    "url": "https://github.com/jamiebuilds/scritch/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jamiebuilds/scritch.git"
  },
  "license": "MIT",
  "author": "Jamie Kyle <me@thejameskyle.com>",
  "files": [
    "index.js"
  ],
  "main": "index.js",
  "dependencies": {
    "executable": "~4.1.1",
    "meow": "9",
    "read-pkg-up": "7",
    "strip-ansi-stream": "1",
    "supports-color": "8",
    "tinyspawn": "~1.5.0"
  },
  "scripts": {
    "test": "ava"
  }
}