{
  "name": "padl",
  "version": "2.0.0",
  "description": "Develop pattern libraries with lit-element",
  "homepage": "https://github.com/britishgas-engineering/padl",
  "bug": {
    "url": "https://github.com/britishgas-engineering/padl/issues"
  },
  "keywords": [
    "polymer",
    "lit-element",
    "pattern",
    "library",
    "design"
  ],
  "scripts": {
    "test": "ava",
    "test:e2e": "cd e2e && node run.js",
    "test:watch": "ava --watch",
    "test:coverage": "nyc ava",
    "build": "babel src -d dist",
    "prepare": "npm run build"
  },
  "bin": {
    "padl": "dist/index.js"
  },
  "author": "Jonathan Holt",
  "license": "MIT",
  "repository": "https://github.com/britishgas-engineering/padl",
  "dependencies": {
    "@babel/cli": "^7.12.1",
    "@babel/core": "^7.12.3",
    "@babel/plugin-transform-runtime": "^7.12.10",
    "@babel/plugin-transform-spread": "^7.12.1",
    "@babel/preset-env": "^7.12.1",
    "@babel/register": "^7.12.1",
    "@babel/runtime": "^7.12.5",
    "@rollup/plugin-babel": "^5.2.1",
    "@rollup/plugin-commonjs": "^17.0.0",
    "@rollup/plugin-multi-entry": "^4.0.0",
    "@rollup/plugin-node-resolve": "^10.0.0",
    "@webcomponents/webcomponentsjs": "^2.5.0",
    "chokidar": "^3.4.3",
    "commander": "^6.2.0",
    "core-js": "^3.7.0",
    "find-node-modules": "^2.1.0",
    "fs-extra": "^9.0.1",
    "glob": "^7.1.6",
    "is-installed-globally": "^0.3.2",
    "less": "^4.1.1",
    "less-plugin-autoprefix": "github:jholt1/less-plugin-autoprefix#master",
    "less-plugin-clean-css": "github:jholt1/less-plugin-clean-css#master",
    "rollup": "^2.33.1",
    "rollup-plugin-cleanup": "^3.2.1",
    "rollup-plugin-delete": "^2.0.0",
    "rollup-plugin-filesize": "^9.0.2",
    "rollup-plugin-less": "^1.1.2",
    "rollup-plugin-livereload": "^2.0.0",
    "rollup-plugin-styles": "^3.11.0",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-visualizer": "^4.2.0",
    "update-notifier": "^5.0.1"
  },
  "devDependencies": {
    "ava": "^3.13.0",
    "nyc": "^15.1.0",
    "sinon": "^9.2.1",
    "variable-diff": "^2.0.2"
  },
  "ava": {
    "files": [
      "!e2e/**/*.js",
      "!templates/**/*.js",
      "test/*.test.js"
    ],
    "require": [
      "@babel/register"
    ]
  },
  "nyc": {
    "exclude": [
      "dist",
      "test",
      "templates"
    ]
  },
  "babel": {
    "presets": [
      [
        "@babel/preset-env",
        {
          "targets": {
            "node": true
          }
        }
      ]
    ]
  }
}
