{
    "name": "@theorchard/neighbouring-rights-common",
    "version": "9.0.1",
    "description": "Common functions for neighbouring rights.",
    "main": "dist/cjs/src/index.js",
    "module": "dist/esm/src/index.js",
    "types": "dist/esm/src/index.d.ts",
    "author": "The Orchard",
    "engines": {
        "node": ">=20"
    },
    "publishConfig": {
        "registry": "https://npm.pkg.github.com"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/theorchard/orchard-suite.git"
    },
    "prettier": "@theorchard/prettier-config",
    "eslintConfig": {
        "extends": "@theorchard/ts-prettier"
    },
    "scripts": {
        "build:cjs": "tsc --build ./tsconfig.cjs.json",
        "build:esm": "tsc --build ./tsconfig.esm.json",
        "build": "pnpm run build:esm && pnpm run build:cjs",
        "clean": "rm -rf dist & rm -rf .cache",
        "format": "prettier --write .",
        "format:check": "prettier --check .",
        "test:unit": "jest",
        "lint": "eslint --ext .js,.ts,.tsx,.jsx src/",
        "test": "pnpm lint && pnpm test:unit"
    },
    "dependencies": {
        "@aws-sdk/abort-controller": "^3.0.0",
        "@aws-sdk/client-s3": "^3.1000.0",
        "@aws-sdk/lib-storage": "^3.1000.0",
        "@theorchard/constants": "workspace:^1.4.1",
        "@theorchard/countries": "workspace:*",
        "@theorchard/field-validator": "workspace:*",
        "@theorchard/graphql-constants": "workspace:^1.0.0",
        "archiver": "^5.3.1",
        "graphql": "^16.8.1",
        "graphql-request": "^4.2.0",
        "graphql-tag": "^2.12.6",
        "lodash": "^4.18.1",
        "papaparse": "^5.4.1",
        "uuid-validate": "^0.0.3"
    },
    "files": [
        "dist"
    ],
    "devDependencies": {
        "@theorchard/ows-logger": "workspace:^2.1.0",
        "@types/archiver": "^5.3.1",
        "@types/aws-lambda": "^8.10.114",
        "@types/lodash": "^4.14.184",
        "@types/papaparse": "^5.3.7",
        "@types/uuid-validate": "^0.0.1"
    },
    "peerDependencies": {
        "@theorchard/ows-logger": ">=2.1.0"
    }
}
