{
  "name": "@openfn/language-mogli",
  "label": "Mogli",
  "version": "0.6.14",
  "description": "OpenFn adaptor for Mogli SMS",
  "main": "dist/index.cjs",
  "author": "Open Function Group",
  "license": "LGPLv3",
  "files": [
    "dist/",
    "types/",
    "ast.json",
    "configuration-schema.json"
  ],
  "dependencies": {
    "JSONPath": "^0.10.0",
    "jsforce": "1.5.1",
    "lodash-fp": "^0.10.4",
    "mustache": "^2.3.2",
    "request": "^2.88.2",
    "yargs": "^3.32.0",
    "@openfn/language-common": "3.3.1"
  },
  "devDependencies": {
    "assertion-error": "^2.0.0",
    "chai": "^4.3.7",
    "deep-eql": "^0.1.3",
    "rimraf": "^3.0.2",
    "sinon": "^14.0.2",
    "type-detect": "^4.0.8"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/openfn/adaptors.git"
  },
  "type": "module",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./types/index.d.ts",
      "require": "./dist/index.cjs"
    },
    "./package.json": "./package.json"
  },
  "types": "types/index.d.ts",
  "scripts": {
    "build": "pnpm clean && build-adaptor mogli",
    "test": "mocha --experimental-specifier-resolution=node --no-warnings",
    "test:watch": "mocha -w --experimental-specifier-resolution=node --no-warnings",
    "clean": "rimraf dist types docs",
    "pack": "pnpm pack --pack-destination ../../dist",
    "lint": "eslint src"
  }
}