{
  "name": "@patternplate/webpack-entry",
  "version": "3.1.1",
  "description": "Get webpack bundle entries suitable for patternplate consumption",
  "scripts": {
    "deps": "dependency-check . --missing && dependency-check . --extra --no-dev",
    "test": "jest"
  },
  "files": [
    "index.js",
    "index.d.ts",
    "lib"
  ],
  "xo": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/patternplate/patternplate.git"
  },
  "bugs": {
    "url": "https://github.com/patternplate/patternplate/issues"
  },
  "homepage": "https://github.com/patternplate/patternplate#readme",
  "author": {
    "name": "Mario Nebl",
    "email": "mario.nebl@sinnerschrader.com"
  },
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@types/glob-parent": "^3.1.0",
    "@types/globby": "^8.0.0",
    "@types/loader-utils": "^1.1.3",
    "@types/path-exists": "^3.0.0",
    "@types/require-from-string": "^1.2.0",
    "@types/resolve-from": "^0.0.18",
    "@types/webpack": "^4.4.13",
    "glob-parent": "^3.1.0",
    "globby": "^6.1.0",
    "loader-utils": "^1.1.0",
    "path-exists": "^3.0.0",
    "raw-loader": "^0.5.1",
    "require-from-string": "^2.0.1",
    "resolve-from": "^4.0.0"
  },
  "devDependencies": {
    "@types/jest": "^23.3.1",
    "@types/node": "^10.9.4",
    "@types/uuid": "^3.4.4",
    "babel-core": "^6.26.3",
    "babel-jest": "^23.4.2",
    "dependency-check": "^3.1.0",
    "jest": "^23.5.0",
    "memfs": "^2.10.1",
    "ts-jest": "^23.10.2",
    "typescript": "^3.1",
    "uuid": "^3.3.2"
  },
  "gitHead": "fbf1ece94f3d63d33c7f76940376420c0216649b"
}
