{
  "name": "bpjslib",
  "version": "1.1.1",
  "main": "lib/bpjslib.js",
  "repository": "https://github.com/thebjorn/bpjslib.git",
  "author": "thebjorn <bp@norsktest.no>",
  "license": "MIT",
  "scripts": {
    "prepublish": "webpack",
    "test": "jest --coverage",
    "coverage": "jest --coverage && start build/coverage/index.html",
    "docs": "jsdoc -r -P ./package.json -R ./README.md src -d ./out --verbose && start out/index.html",
    "build": "webpack --cache --progress && wc -c dist/*",
    "flow": "flow",
    "watch": "webpack --cache --watch --progress"
  },
  "devDependencies": {
    "@babel/core": "*",
    "@babel/plugin-proposal-class-properties": "^7.3.4",
    "@babel/plugin-proposal-decorators": "^7.3.0",
    "@babel/plugin-transform-flow-strip-types": "^7.2.3",
    "@babel/plugin-transform-for-of": "^7.2.0",
    "@babel/plugin-transform-modules-commonjs": "^7.2.0",
    "@babel/plugin-transform-runtime": "^7.2.0",
    "@babel/preset-env": "7.4.4",
    "@babel/preset-flow": "^7.0.0",
    "@types/jest": "^24.0.0",
    "autoprefixer": "^9.6.1",
    "babel-eslint": "^10.0.3",
    "babel-loader": "^8.0.6",
    "eslint": "^5.12.1",
    "eslint-plugin-babel": "^5.3.0",
    "eslint-plugin-jest": "^22.2.0",
    "html-webpack-plugin": "^3.2.0",
    "jest": "^24.7.1",
    "less": "^3.11.1",
    "less-loader": "^5.0.0",
    "mini-css-extract-plugin": "^0.8.0",
    "terser-webpack-plugin": "^1.4.1",
    "webpack": "^4.39.3",
    "webpack-cli": "^3.2.3",
    "webpack-merge": "^4.2.2"
  },
  "dependencies": {
    "@babel/cli": "^7.2.3",
    "@babel/polyfill": "^7.2.5",
    "@babel/runtime": "^7.3.1",
    "@babel/runtime-corejs2": "^7.4.4",
    "@webcomponents/webcomponentsjs": "^2.2.7",
    "core-js": "2",
    "css-loader": "^2.1.0",
    "cssnano": "^4.1.10",
    "jest-haste-map": "^24.3.1",
    "jest-resolve": "^24.3.1",
    "lit-element": "^2.0.1",
    "postcss-import": "^12.0.1",
    "postcss-loader": "^3.0.0",
    "postcss-preset-env": "^6.6.0",
    "style-loader": "^0.23.1",
    "sugarcss": "^1.0.3",
    "to-string-loader": "^1.1.5",
    "url-loader": "^1.1.2"
  },
  "peerDependencies": {
    "lessc": "^1.0.2"
  }
}
