{
  "name": "spoonacular-api-library",
  "version": "1.0.5",
  "description": "Library to use API served from spoonacular.com",
  "main": "dist/bundle.js",
  "types": "dist/index.d.ts",
  "prepublish": "npx tsc",
  "scripts": {
    "build": "webpack",
    "dev": "webpack --watch",
    "test": "jest",
    "lint": "eslint . --ext .js,.ts"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/skibq/spoonacular-api-library.git"
  },
  "jest": {
    "moduleFileExtensions": [
      "ts",
      "js"
    ],
    "modulePathIgnorePatterns": [
      "dist"
    ],
    "moduleDirectories": [
      "node_modules"
    ],
    "moduleNameMapper": {
      "^routes(.*)$": "<rootDir>/src/routes$1",
      "^src(.*)$": "<rootDir>/src$1"
    }
  },
  "keywords": [
    "API",
    "spoonacular",
    "library",
    "food"
  ],
  "author": "Michał Skiba",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/skibq/spoonacular/issues"
  },
  "homepage": "https://github.com/skibq/spoonacular#readme",
  "dependencies": {
    "axios": "^0.19.2",
    "lodash.merge": "^4.6.2"
  },
  "devDependencies": {
    "@babel/preset-env": "^7.9.6",
    "@babel/preset-typescript": "^7.9.0",
    "@types/jest": "^25.2.3",
    "@types/lodash.merge": "^4.6.6",
    "@types/node": "^14.0.5",
    "@typescript-eslint/eslint-plugin": "^3.0.1",
    "@typescript-eslint/parser": "^3.0.1",
    "babel-preset-env": "^1.7.0",
    "eslint": "^7.1.0",
    "jest": "^26.0.1",
    "ts-loader": "^7.0.5",
    "typescript": "^3.9.3",
    "webpack": "^4.43.0",
    "webpack-cli": "^3.3.11"
  }
}
