{
  "name": "@randy.tarampi/views",
  "description": "Some common Pug templates for www.randytarampi.ca",
  "version": "7.0.0",
  "author": {
    "name": "Randy Tarampi",
    "email": "rt@randytarampi.ca",
    "url": "https://www.randytarampi.ca"
  },
  "bugs": "https://github.com/randytarampi/me/issues",
  "dependencies": {
    "@randy.tarampi/js": "^7.0.0",
    "config": "^3.3.2",
    "snyk": "^1.415.0"
  },
  "devDependencies": {
    "cross-env": "^7.0.2",
    "gulp": "^4.0.2",
    "gulp-pug": "^4.0.1"
  },
  "directories": {
    "lib": "./src/lib"
  },
  "files": [
    "dist",
    "es5",
    "esm",
    "npm-shrinkwrap.json",
    "templates"
  ],
  "homepage": "https://www.randytarampi.ca",
  "license": "MIT",
  "main": "./es5/index.js",
  "module": "./esm/index.js",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "directory": "me/packages/views",
    "type": "git",
    "url": "https://github.com/randytarampi/me.git"
  },
  "scripts": {
    "build": "yarn run build:gulp && yarn run build:babel",
    "build:babel": "yarn run build:babel:esm && yarn run build:babel:es5",
    "build:babel:es5": "cross-env-shell BABEL_ENV=client.es5 babel src --out-dir es5 --root-mode upward --copy-files",
    "build:babel:esm": "cross-env-shell BABEL_ENV=client.esm babel src --out-dir esm --root-mode upward --copy-files",
    "build:gulp": "gulp -LLLL --color build",
    "clean": "gulp -LLLL --color clean",
    "prepack": "if [ ! -d \"./dist\" ] && [ ! -d \"./es5\" ] && [ ! -d \"./esm\" ]; then exit 74; fi;",
    "prepare": "yarn run snyk-protect && yarn run build",
    "pretest": "gulp -LLLL --color lint",
    "preuninstall": "yarn run clean",
    "snyk-protect": "snyk protect"
  },
  "sideEffects": false,
  "snyk": false,
  "gitHead": "89e9c8920ace220816883209869bc46146518c01"
}
