{
  "name": "@base-cms/marko-web-leaders",
  "version": "1.37.0",
  "description": "Marko Wrapper for the Leaders Program",
  "repository": "https://github.com/base-cms/base-cms/tree/master/packages/marko-web-leaders",
  "author": "Jacob Bare <jacob@limit0.io>",
  "license": "MIT",
  "scripts": {
    "lint": "yarn lint:js && yarn lint:css",
    "lint:js": "eslint --ext .js --ext .vue --max-warnings 5 ./",
    "lint:css": "stylelint ./**/*.scss --max-warnings 5",
    "compile": "basecms-marko-compile compile --dir ./ --silent true",
    "test": "yarn compile && yarn lint"
  },
  "dependencies": {
    "@base-cms/leaders-program": "^1.37.0",
    "graphql": "^14.5.4",
    "graphql-tag": "^2.10.1"
  },
  "peerDependencies": {
    "@base-cms/marko-web": "^1.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "0ab382e2f322af929918a62aa6de9a968c8ba629"
}
