{
  "name": "create-mechanic",
  "version": "2.0.0",
  "description": "Create Mechanic projects.",
  "license": "MIT",
  "homepage": "https://github.com/designsystemsinternational/mechanic#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/designsystemsinternational/mechanic",
    "directory": "packages/create-mechanic"
  },
  "bugs": {
    "url": "https://github.com/designsystemsinternational/mechanic/issues",
    "email": "i@designsystems.international"
  },
  "author": {
    "name": "Fernando Florenzano Hernández",
    "email": "i@designsystems.international",
    "url": "https://designsystems.international"
  },
  "contributors": [
    {
      "name": "Rune Skjoldborg Madsen",
      "email": "i@designsystems.international",
      "url": "https://designsystems.international"
    },
    {
      "name": "Martin Bravo",
      "email": "i@designsystems.international",
      "url": "https://designsystems.international"
    }
  ],
  "files": [
    "index.js",
    "new-function.js",
    "new-project.js",
    "script-content.js",
    "checkVersion.js",
    "cli.js",
    "function-*",
    "project-template"
  ],
  "type": "commonjs",
  "exports": {
    ".": "./index.js",
    "./new-function": "./new-function.js"
  },
  "bin": "cli.js",
  "scripts": {
    "start": "node cli.js",
    "prepublish": "node updateVersions.js"
  },
  "dependencies": {
    "@mechanic-design/utils": "^2.0.0",
    "execa": "^5.1.1",
    "fs-extra": "^11.3.3",
    "inquirer": "^8.2.6",
    "package-json": "^7.0.0",
    "semver": "^7.7.4",
    "yargs": "^17.7.2"
  },
  "gitHead": "946e60092413c8e2450785ba097aab415eedd9a1"
}
