{
  "name": "@booker25/sdk",
  "version": "0.0.5",
  "description": "Package allowing for the easy use of Booker25 APIs.",
  "keywords": ["Booker25"],
  "license": "MIT",
  "module": "dist/esm/index.js",
  "main": "dist/cjs/index.js",
  "types": "dist/cjs/index.d.ts",
  "author": "Booker25 <b25@gen25.com>",
  "scripts": {
    "build": "yarn build:cjs && yarn build:esm",
    "build:cjs": "tsc --project tsconfig.build.json",
    "build:esm": "tsc --project tsconfig.esm.json",
    "interactive": "yarn build:cjs && node nodeSetup.js"
  },
  "files": [
    "dist/**"
  ],
  "devDependencies": {
    "@types/jest": "^27.5.1",
    "jest": "^28.1.0",
    "jest-fetch-mock": "^3.0.3",
    "ts-jest": "^28.0.3",
    "ts-standard": "^11.0.0",
    "typescript": "^4.7.2"
  },
  "publishConfig": {
    "access": "public"
  }
}
