{
  "name": "wml-scaffold",
  "version": "0.0.4",
  "description": "Generate file and folder structure from wml file",
  "main": "index.js",
  "scripts": {
    "test": "node_modules/.bin/mocha",
    "export": "node ./index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wearemetabolism/wml-scaffold.git"
  },
  "keywords": [
    "wml",
    "scaffold"
  ],
  "author": {
    "name": "Metabolism"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/wearemetabolism/wml-scaffold/issues"
  },
  "bin": {
    "create-components": "bin/build-components.js"
  },
  "homepage": "https://github.com/wearemetabolism/wml-scaffold#readme",
  "devDependencies": {
    "chai": "^4.3.4",
    "mocha": "^8.4.0"
  },
  "dependencies": {
    "js-yaml": "^4.1.0",
    "lodash.camelcase": "^4.3.0",
    "lodash.snakecase": "^4.1.1",
    "lodash.kebabcase": "^4.1.1",
    "minimist": "^1.2.5",
    "mkdirp": "^1.0.4",
    "glob": "^8.0.3"
  }
}
