{
  "_args": [
    [
      "@wpackio/scripts@4.4.1",
      "/Users/donovan/Sites/bordelais/wp-content/themes/bordelais"
    ]
  ],
  "_development": true,
  "_from": "@wpackio/scripts@4.4.1",
  "_id": "@wpackio/scripts@4.4.1",
  "_inBundle": false,
  "_integrity": "sha512-IUx/MsXjaLw9+xzdk0tWCaotSg37TJOLm6yXtMFaPA13ieP0xTDEE8L5M5XGauoOLmdOoDLWXnnsnga7w6pqTw==",
  "_location": "/@wpackio/scripts",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "@wpackio/scripts@4.4.1",
    "name": "@wpackio/scripts",
    "escapedName": "@wpackio%2fscripts",
    "scope": "@wpackio",
    "rawSpec": "4.4.1",
    "saveSpec": null,
    "fetchSpec": "4.4.1"
  },
  "_requiredBy": [
    "#DEV:/"
  ],
  "_resolved": "https://registry.npmjs.org/@wpackio/scripts/-/scripts-4.4.1.tgz",
  "_spec": "4.4.1",
  "_where": "/Users/donovan/Sites/bordelais/wp-content/themes/bordelais",
  "author": {
    "name": "Swashata Ghosh",
    "email": "swashata4u@gmail.com",
    "url": "https://swas.io"
  },
  "bin": {
    "wpackio-scripts": "lib/bin/index.js"
  },
  "bugs": {
    "url": "https://github.com/swashata/wp-webpack-script/issues"
  },
  "dependencies": {
    "@babel/core": "^7.9.0",
    "@babel/preset-flow": "^7.9.0",
    "@babel/preset-typescript": "^7.9.0",
    "@types/archiver": "^3.1.0",
    "@types/browser-sync": "^2.26.1",
    "@types/gradient-string": "^1.1.0",
    "@types/inquirer": "^6.5.0",
    "@types/update-notifier": "^4.1.0",
    "@types/webpack": "^4.41.8",
    "@types/webpack-assets-manifest": "^3.0.0",
    "@types/webpack-dev-middleware": "^3.7.0",
    "@types/webpack-env": "^1.15.1",
    "@types/webpack-hot-middleware": "^2.25.0",
    "@wpackio/babel-preset-base": "^4.4.1",
    "archiver": "^3.1.1",
    "autoprefixer": "^9.7.4",
    "babel-loader": "^8.1.0",
    "browser-sync": "^2.26.7",
    "camelcase": "^5.3.1",
    "chalk": "^3.0.0",
    "clean-webpack-plugin": "^3.0.0",
    "commander": "^5.0.0",
    "cpy": "8.1.0",
    "css-loader": "^3.4.2",
    "del": "^5.1.0",
    "dev-ip": "^1.0.1",
    "execa": "^4.0.0",
    "figures": "^3.2.0",
    "file-loader": "^6.0.0",
    "find-up": "^4.1.0",
    "gradient-string": "^1.2.0",
    "handlebars": "^4.7.3",
    "inquirer": "^7.1.0",
    "less-loader": "^5.0.0",
    "log-symbols": "^3.0.0",
    "make-dir": "^3.0.2",
    "mini-css-extract-plugin": "^0.9.0",
    "ora": "^4.0.3",
    "postcss-loader": "^3.0.0",
    "pretty-error": "^2.1.1",
    "react-dev-utils": "^10.2.1",
    "sass-loader": "^8.0.2",
    "slugify": "^1.4.0",
    "time-fix-plugin": "^2.0.6",
    "uglifyjs-webpack-plugin": "^2.2.0",
    "update-notifier": "^4.1.0",
    "webpack": "^4.42.0",
    "webpack-assets-manifest": "^3.1.1",
    "webpack-dev-middleware": "^3.7.2",
    "webpack-hot-middleware": "^2.25.0",
    "webpack-merge": "^4.2.2"
  },
  "description": "Main single dependency of @wpackio build tool.",
  "devDependencies": {
    "@types/jest": "25.1.4",
    "@types/node": "13.9.2",
    "@wpackio/eslint-config": "^4.4.1",
    "babel-jest": "25.1.0",
    "cross-env": "7.0.2",
    "dts-gen": "0.6.0",
    "fork-ts-checker-webpack-plugin": "3.1.1",
    "jest": "25.1.0",
    "less": "3.11.1",
    "node-sass": "4.13.1",
    "typescript": "3.8.3"
  },
  "engines": {
    "node": ">=8.9.0"
  },
  "files": [
    "lib",
    "templates"
  ],
  "gitHead": "0137786b5007cbf74d50375f784f1a8b6c4f05a2",
  "homepage": "https://wpack.io",
  "keywords": [
    "wordpress",
    "bundler",
    "webpack",
    "browser-sync",
    "wordpress-bundler"
  ],
  "license": "MIT",
  "main": "lib/index.js",
  "name": "@wpackio/scripts",
  "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",
    "build:watch": "yarn clean && yarn build:js --watch",
    "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"
}
