{
  "name": "get-pkg-prop",
  "version": "0.3.1",
  "main": "build/main.js",
  "description": "Pass a key name & get the corresponding value from the intended package.json",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/servexyz/get-pkg-prop"
  },
  "devDependencies": {
    "@ava/babel-preset-stage-4": "^3.0.0",
    "@babel/core": "7.5.0",
    "@babel/node": "7.5.0",
    "@babel/plugin-transform-runtime": "^7.5.5",
    "@babel/preset-env": "7.5.2",
    "@babel/register": "7.4.4",
    "ava": "^2.2.0",
    "babel-loader": "^8.0.6",
    "duplicate-package-checker-webpack-plugin": "^3.0.0",
    "nodemon": "^1.19.1",
    "nodemon-webpack-plugin": "^4.0.8",
    "npm-run-all": "^4.1.5",
    "size-plugin": "^1.2.0",
    "snyk": "^1.194.0",
    "source-map-loader": "^0.2.4",
    "webpack": "^4.35.3",
    "webpack-cli": "^3.3.5",
    "webpack-node-externals": "^1.7.2",
    "webpackbar": "^3.2.0"
  },
  "dependencies": {
    "@babel/runtime": "^7.5.5",
    "@sindresorhus/is": "^1.0.0",
    "chalk": "^2.4.2",
    "fs-extra": "^8.1.0",
    "pkg-up": "^3.1.0",
    "tacker": "^0.1.2"
  },
  "keywords": [
    "servexyz",
    "npm",
    "package.json",
    "package",
    "properties",
    "get-pkg-prop",
    "get package",
    "get package property",
    "get package properties"
  ],
  "scripts": {
    "start": "npm run dev",
    "build": "webpack --mode production --display minimal",
    "clean": "npm run clean:build",
    "clean:build": "rm -Rf ./build",
    "dev": "npm run dev:liveReloadedModule",
    "dev:vanillaModule": "babel-node src/index.js",
    "dev:liveReloadedModule": "nodemon --watch src/index.js --exec 'babel-node src/index.js'",
    "test": "npm-run-all -s clean:build build test:ava",
    "test:ava": "ava",
    "test:snyk": "snyk test",
    "test:liveReloadedAva": "ava --watch",
    "production": "npm run build && node build/main.js",
    "ci": "npm-run-all -s build ci:local:timed",
    "ci:remote": "npm-run-all -s clean:build build test:ava",
    "ci:local": "trevor",
    "ci:local:timed": "npm run ci:local | gnomon --type=elapsed-total",
    "ci:local:cache:install": "docker pull verdaccio/verdaccio",
    "ci:local:cache:run": "docker run -it --rm --name verdaccio -p 4873:4873 verdaccio/verdaccio",
    "ci:prepare": "npm install -g trevor gnomon"
  },
  "ava": {
    "require": [
      "@babel/register"
    ],
    "babel": {
      "testOptions": {
        "babelrc": true,
        "configFile": true
      }
    },
    "files": [
      "tests/**/*"
    ],
    "verbose": true
  }
}
