{
  "name": "@groceristar/groceristar-fetch",
  "version": "2.2.7",
  "scripts": {
    "test": "jest",
    "test:prod": "standard && jest",
    "watch": "nodemon src/index.js",
    "play:g": "nodemon src/projects/GroceriStar/play.js",
    "play:s": "nodemon src/projects/Search/play.js",
    "play:r": "nodemon src/projects/ChickenKyiv/play.js",
    "play:l": "nodemon src/projects/GS-loopback/play.js",
    "play:u": "nodemon src/projects/UnitConvertion/play.js",
    "play:sh": "nodemon src/projects/Showcase/play.js",
    "test:gs": "jest src/projects/GroceriStar/groceristar.test.js && jest src/projects/GroceriStar/staticFiles.test.js",
    "test:big": "jest src/projects/GroceriStar/getGroceriesWithDepIngKey.test.js",
    "test:index": "jest src/index.test.js",
    "code-fix": "standard --fix",
    "build": "babel src -d dist",
    "lint": "standard",
    "bundle": "rollup -c",
    "dev": "rollup -c -w",
    "build:rollup": "npm run clean && npm run bundle",
    "clean": "shx rm -rf ./coverage && shx rm -rf ./dist",
    "snyk-protect": "snyk protect",
    "prepublish": "npm run snyk-protect",
    "debug:s": "rollup -c && node ./debug/debugShowcase.js"
  },
  "devDependencies": {
    "@babel/cli": "7.5.5",
    "@babel/core": "7.5.5",
    "@babel/plugin-syntax-dynamic-import": "7.2.0",
    "@babel/preset-env": "7.5.5",
    "babel-core": "7.0.0-bridge.0",
    "babel-jest": "24.8.0",
    "babel-plugin-module-resolver": "3.2.0",
    "coveralls": "3.0.5",
    "jest": "24.8.0",
    "jsonfile": "5.0.0",
    "nodemon": "1.19.1",
    "path": "0.12.7",
    "rollup": "1.17.0",
    "rollup-plugin-babel": "4.3.3",
    "rollup-plugin-commonjs": "10.0.1",
    "rollup-plugin-node-builtins": "2.1.2",
    "rollup-plugin-node-resolve": "5.2.0",
    "shx": "0.3.2",
    "standard": "13.1.0",
    "travis": "0.1.1"
  },
  "dependencies": {
    "@groceristar/sd-wrapper": "^4.11.3",
    "dayjs": "^1.8.15",
    "fs": "0.0.2",
    "lodash": "^4.17.15",
    "raven-js": "^3.27.1",
    "snyk": "^1.192.0",
    "underscore": "^1.9.1",
    "uuid": "^3.3.2"
  },
  "description": "npm module required to fetch static data required for recipe search",
  "main": "dist/index.cjs",
  "module": "dist/index.es.js",
  "browser": "dist/index.iife.js",
  "files": [
    "/src/projects",
    "/src/helper.js",
    "/src/index.js",
    "/src/index.test.js",
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/GroceriStar/groceristar-fetch"
  },
  "keywords": [
    "ingredients",
    "allergies",
    "diet",
    "cuisines",
    "nutritions",
    "recipes",
    "meal calendar",
    "grocery list",
    "measurements"
  ],
  "author": "Nishith Chauhan",
  "license": "GPL-3.0-or-later",
  "bugs": {
    "url": "https://github.com/GroceriStar/groceristar-fetch/issues"
  },
  "homepage": "https://groceristar.github.io/groceristar-fetch/",
  "jest": {
    "verbose": true,
    "testURL": "http://localhost/"
  },
  "publishConfig": {
    "access": "public"
  },
  "snyk": true
}
