{
  "name": "@gar/create-test",
  "version": "2.0.6",
  "description": "Test create script for npm init",
  "main": "index.js",
  "bin": {
    "create-test": "index.js"
  },
  "scripts": {
    "create-test": "node index.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Gar <gar+npm@danger.computer>",
  "license": "MIT"
}
