{
  "name": "@friends-library/lulu",
  "version": "2.0.1",
  "description": "things related to printing books through Lulu API",
  "main": "./dist/index.js",
  "browser": "./src/index.ts",
  "repository": "github:friends-library-dev/lulu",
  "author": "Jared Henderson <jared@netrivet.com>",
  "license": "MIT",
  "sideEffects": false,
  "scripts": {
    "test": "fldev test",
    "test:watch": "fldev test:watch",
    "lint": "fldev lint",
    "lint:fix": "fldev lint:fix",
    "ts:check": "fldev ts:check",
    "format": "fldev format",
    "compile": "fldev ts:compile",
    "prepublishOnly": "npm run compile",
    "npub:precheck": "fldev ci"
  },
  "dependencies": {
    "@friends-library/types": "^7.0.0",
    "client-oauth2": "^4.3.0",
    "node-fetch": "^2.6.0"
  },
  "devDependencies": {
    "@friends-library/dev": "~4.5.1",
    "@types/node-fetch": "^2.5.7"
  }
}
