{
  "_args": [
    [
      "@wpackio/entrypoint@4.4.1",
      "/Users/donovan/Sites/bordelais/wp-content/themes/bordelais"
    ]
  ],
  "_from": "@wpackio/entrypoint@4.4.1",
  "_id": "@wpackio/entrypoint@4.4.1",
  "_inBundle": false,
  "_integrity": "sha512-KdlCzCx3EdESrqj79jxByqHzjldF9zvfaXjBtBlfeQOhljKcNrA4k6X7mnDsmIke4/wkuwWTWNhY8DKR4sAmlQ==",
  "_location": "/@wpackio/entrypoint",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@wpackio/entrypoint@4.4.1",
    "name": "@wpackio/entrypoint",
    "escapedName": "@wpackio%2fentrypoint",
    "scope": "@wpackio",
    "rawSpec": "4.4.1",
    "saveSpec": null,
    "fetchSpec": "4.4.1"
  },
  "_requiredBy": [
    "/"
  ],
  "_resolved": "https://registry.npmjs.org/@wpackio/entrypoint/-/entrypoint-4.4.1.tgz",
  "_spec": "4.4.1",
  "_where": "/Users/donovan/Sites/bordelais/wp-content/themes/bordelais",
  "author": {
    "name": "Swashata Ghosh &lt;swashata4u@gmail.com&gt;",
    "url": "https://swas.io"
  },
  "bugs": {
    "url": "https://github.com/swashata/wp-webpack-script/issues"
  },
  "dependencies": {
    "@types/webpack-env": "^1.15.1"
  },
  "description": "An entrypoint for webpack which is added automatically for safe publicPath.",
  "devDependencies": {
    "@wpackio/eslint-config": "^4.4.1"
  },
  "engines": {
    "node": ">=8.9.0"
  },
  "files": [
    "lib"
  ],
  "gitHead": "0137786b5007cbf74d50375f784f1a8b6c4f05a2",
  "homepage": "https://wpack.io",
  "keywords": [
    "wordpress",
    "bundler",
    "webpack",
    "browser-sync",
    "wordpress-bundler"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "@wpackio/entrypoint",
  "private": false,
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/swashata/wp-webpack-script.git"
  },
  "scripts": {
    "build": "yarn clean && yarn build:types && yarn build:js",
    "build:js": "babel ./src --out-dir lib --extensions '.ts,.tsx'",
    "build:types": "tsc --emitDeclarationOnly",
    "clean": "rimraf './lib' && rm -f ./tsconfig.tsbuildinfo ",
    "lint": "eslint src --ext='.ts,.js'",
    "prepare": "cross-env NODE_ENV=production yarn build",
    "test": "jest --color",
    "type-check": "tsc --emitDeclarationOnly",
    "type-check:watch": "yarn type-check --watch"
  },
  "types": "lib/index.d.ts",
  "version": "4.4.1"
}
