{
  "name": "@karhoo/demand-api",
  "version": "20.1.2",
  "description": "The Demand API provides the ability to contact Karhoo's public API and allows you to send and receive network calls and responses.",
  "homepage": "https://github.com/karhoo/web-lib-demand/tree/master/packages/demand-api#readme",
  "license": "BSD-2-Clause",
  "main": "dist/index.js",
  "module": "dist/demand-api.esm.js",
  "typings": "dist/typings.d.ts",
  "directories": {
    "src": "src"
  },
  "files": [
    "dist/*.js",
    "dist/*.js.map",
    "dist/typings.d.ts",
    "dist/mocks/**/*.js",
    "dist/mocks/**/*.d.ts",
    "src"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/karhoo/web-lib-demand.git"
  },
  "scripts": {
    "start": "npx tsdx watch --tsconfig ./tsconfig.json",
    "build": "npx tsdx build --tsconfig ./tsconfig.json && npx api-extractor run && yarn run build:mocks",
    "build:mocks": "tsc --declaration --outDir dist/mocks src/testMocks.ts",
    "test": "npx tsdx test"
  },
  "bugs": {
    "url": "https://github.com/karhoo/web-lib-demand/issues"
  },
  "dependencies": {
    "core-js-pure": "^3.20.1",
    "date-and-time": "^2.0.1",
    "lodash": "^4.17.21",
    "uuid": "^8.3.2"
  },
  "gitHead": "36a87c828975f1bcbd114d28da49b98b055487c3"
}
