{
  "name": "@evergreen-wc/test-cea",
  "version": "0.4.21",
  "description": "Create an evergreen web application with no build configuration",
  "license": "MIT",
  "author": "Owen Buckley <owen@thegreenhouse.io>",
  "main": "src/index.js",
  "homepage": "https://github.com/ProjectEvergreen/create-evergreen-app#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ProjectEvergreen/create-evergreen-app.git"
  },
  "keywords": [
    "Web Components",
    "Lit Element"
  ],
  "bin": {
    "create-evergreen-app": "./tasks/cea-install.js"
  },
  "files": [
    "template/.browserslistrc",
    "template/.editorconfig",
    "template/.eslintrc",
    "template/.gitattributes",
    "template/yarn.lock",
    "template/package.json",
    "template/package-lock.json",
    "template/babel.config.js",
    "template/karma-test-shim.js",
    "template/karma.conf.js",
    "template/lws.config.js",
    "template/postcss.config.js",
    "template/README.md",
    "template/webpack.config.common.js",
    "template/webpack.config.develop.js",
    "template/webpack.config.prod.js",
    "template/src/",
    "tasks/",
    "docs/",
    "test/",
    "README.md",
    "package-lock.json",
    "yarn.lock"
  ],
  "scripts": {
    "lint": "eslint \"./tasks/**/*.js\"",
    "test-template": "npm i --prefix template && npm test --prefix template",
    "test": "mocha --timeout 2000"
  },
  "dependencies": {
    "chai": "^4.2.0",
    "chai-as-promised": "^7.1.1",
    "chalk": "^2.4.2",
    "commander": "^2.19.0",
    "eslint": "^5.13.0",
    "fs-extra": "^7.0.1",
    "mocha": "^5.2.0"
  }
}
