{
  "name": "create-wcs-js-monorepo",
  "version": "7.0.0",
  "type": "module",
  "description": "Our pedagogical framework for the React-Express-MySQL cursus in Wild Code School",
  "homepage": "https://github.com/wildcodeschool/create-js-monorepo#readme",
  "bugs": {
    "url": "https://github.com/wildcodeschool/create-js-monorepo/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wildcodeschool/create-js-monorepo.git"
  },
  "bin": "./bin/create-js-monorepo.js",
  "keywords": [
    "react",
    "express",
    "mysql",
    "framework"
  ],
  "author": "Wild Code School",
  "license": "MIT",
  "dependencies": {
    "@clack/prompts": "^0.7.0",
    "kleur": "^4.1.5",
    "mustache": "^4.2.0"
  }
}
