{
  "name": "@openfn/language-progres",
  "label": "ProGres",
  "version": "2.0.13",
  "description": "OpenFn adaptor for working with UNHCR's ProGres case management system",
  "homepage": "https://docs.openfn.org",
  "repository": {
    "type": "git",
    "url": "https://github.com/openfn/adaptors.git"
  },
  "main": "dist/index.cjs",
  "author": "Open Function Group",
  "license": "LGPLv3",
  "files": [
    "dist/",
    "types/",
    "ast.json",
    "configuration-schema.json"
  ],
  "dependencies": {
    "@openfn/language-common": "3.3.1"
  },
  "devDependencies": {
    "assertion-error": "^1.0.1",
    "chai": "^4.2.0",
    "deep-eql": "^4.0.0",
    "esno": "^0.16.3",
    "rimraf": "^3.0.2",
    "sinon": "^9.2.3"
  },
  "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 progres",
    "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"
  }
}