{
  "name": "@jpmorganchase/mosaic-standard-generator",
  "version": "0.1.0-beta.75",
  "author": "",
  "license": "Apache-2.0",
  "description": "Mosaic - Standard site generator used by Mosaic's create command",
  "repository": {
    "type": "git",
    "url": "git@github.com:jpmorganchase/mosaic.git",
    "directory": "packages/standard-generator"
  },
  "main": "./dist/index.js",
  "scripts": {
    "build": "node ./scripts/bundle.js",
    "clean": "npx del-cli 'dist/**' && find . -type d -empty -delete",
    "lint": "eslint --ignore-pattern \"**/__tests__/**\"",
    "watch": "node ./scripts/bundle.js watch"
  },
  "files": [
    "dist",
    "src"
  ],
  "dependencies": {
    "dotenv-load": "^2.0.1"
  }
}