{
  "name": "@financial-times/n-membership-sdk",
  "description": "A software development kit that centralises membership api calls",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build": "dotcom-tool-kit build:local",
    "watch": "tsc -w",
    "prepush": "npm run test",
    "test": "NODE_OPTIONS='--no-experimental-fetch' dotcom-tool-kit test:local",
    "format-test": "mocha \"test/**/*.spec.ts\" -r ts-node/register --exit",
    "start": "dotcom-tool-kit run:local",
    "lint": "eslint . --ext .jsx,.js",
    "lint-fix": "eslint . --ext .jsx,.js --fix"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Financial-Times/n-membership-sdk.git"
  },
  "author": "Financial Times",
  "version": "66.1.4",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Financial-Times/n-membership-sdk/issues"
  },
  "homepage": "https://github.com/Financial-Times/n-membership-sdk",
  "dependencies": {
    "@dotcom-reliability-kit/errors": "^1.2.5",
    "date-fns": "^2.16.1",
    "email-addresses": "^3.1.0",
    "lodash.get": "^4.4.2",
    "node-fetch": "^2.6.1"
  },
  "devDependencies": {
    "@dotcom-tool-kit/component": "^5.1.2",
    "@dotcom-tool-kit/eslint": "^4.2.2",
    "@dotcom-tool-kit/mocha": "^4.2.2",
    "@dotcom-tool-kit/typescript": "^3.2.2",
    "@financial-times/eslint-config-next": "^7.1.0",
    "@types/chai": "^4.2.12",
    "@types/lodash.get": "^4.4.6",
    "@types/mocha": "^8.0.3",
    "@types/node": "^14.11.2",
    "@types/node-fetch": "^2.5.7",
    "@types/proxyquire": "^1.3.28",
    "@types/sinon": "^9.0.0",
    "chai": "^4.1.2",
    "chai-as-promised": "^7.1.1",
    "check-engine": "^1.10.1",
    "check-engines": "^1.5.0",
    "dotcom-tool-kit": "^4.3.5",
    "mocha": "^8.1.3",
    "nock": "^13.0.0",
    "nyc": "^15.1.0",
    "proxyquire": "^2.1.3",
    "sinon": "^9.0.0",
    "ts-node": "^9.0.0",
    "tslint": "^5.20.1",
    "tslint-eslint-rules": "^5.4.0"
  },
  "engines": {
    "node": "22.x",
    "npm": "10.x"
  },
  "volta": {
    "node": "22.12.0"
  }
}
